1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

5011 Commits

Author SHA1 Message Date
Jeremy Allison
be9933ce35 Removed JRATEST line.
Jeremy.
-
Jeremy Allison
90f334be23 Dead code removal. Not used anywhere.
Jeremy.
-
Jeremy Allison
dde795154c Ensure we're checking for the "FIRST" flag in other types of PDU than "REQUEST"
(ie. BIND, BINDRESP and ALTERCONTEXT) - if we don't do this then we don't set
the endianness flag correctly for these PDU's.
Herb - this should fix the bug you reported to me today.
Jeremy.
-
Jeremy Allison
73c7ace168 Sync include files between 2.2 and HEAD except for acoount info.
Jeremy.
-
Jeremy Allison
31e0ce310e Remove "BYTE" - we already have uint8 - don't need more conflicts with
system header files...
Jeremy.
-
Jeremy Allison
96bcfdcded Added JF's new util.
Jeremy.
-
Jeremy Allison
85021b1638 Ok - everything now compiles in HEAD (at least the default stuff). We
should now be ready for the trivial winbindd port..... (Tim ? :-).
Jeremy.
-
Jeremy Allison
d23b9be1ba No longer used...
Jeremy.
-
Jeremy Allison
0be41d5158 Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
RPC code to merge with new passdb code.
Currently rpcclient doesn't compile. I'm working on it...
Jeremy.
-
Jeremy Allison
635c4cd8e6 Notused.
Jeremy.
-
Jeremy Allison
d0fcd91443 Sync up Urbans changes from 2.2 into HEAD.
Jeremy.
-
Jeremy Allison
d386b9223f Merge .cvsignore between 2.2 and HEAD.
Jeremy.
-
Andrew Tridgell
2c8da0ae22 converted reply_open, reply_open_and_x and reply_fclose -
Andrew Tridgell
7684c1e672 started support for unicode on the wire in smbd. Using a very similar
method to what was used in the client I now have session setup and
tconx working.

Currently this is enabled with SMBD_USE_UNICODE environment
variable. Once the code is complete this will become a smb.conf
option.
-
Andrew Tridgell
95c9e4e0ba to use the same macros in the client and server rename the CLISTR_
macros to STR_
-
Richard Sharpe
db2e712ad3 More documentation in the header in doxygen format -
Jeremy Allison
7a8a7a24d4 Missed some prs_inits.
Jeremy.
-
Jeremy Allison
0cd37c831d Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.
We were reading the endainness in the RPC header and then never propagating
it to the internal parse_structs used to parse the data.
Also removed the "align" argument to prs_init as it was *always* set to
4, and if needed can be set differently on a case by case basis.
Now ready for AS/U testing when Herb gets it set up :-).
Jeremy.
-
Gerald Carter
1d84da779a merge of 'lanman auth' and 'min protocol' from 2.2 -
Richard Sharpe
adef47b517 Bulk add of the test suite for libsmbclient ... -
Richard Sharpe
26d7d8af29 More SGI type fixes ... -
Richard Sharpe
ad3a21b281 Fixes to testsmbc to ensure it will compile on SGI ... -
Jeremy Allison
0a84839dc0 Fixed double fclose() call (I love insure :-).
Jeremy.
-
Jeremy Allison
81fe571daf Fix for AS/U not liking it's own assoc_gid.
Jeremy.
-
Jeremy Allison
0e6a34510e Sync up handle creation with 2.2 branch. We can now join AS/U domains and
authenticate against them. Big/little endian issues fixed.
Jeremy.
-
Richard Sharpe
e628d80d1e Fix the definition and implementation of smbc_lseekdir ... -
Richard Sharpe
317e369c3e Implement smbc_lseekdir, but it will have to change ... because it has the
wrong interface defn.
-
Richard Sharpe
7557f9145c smb.h: add one error code for no such printer job
libsmbclient.c: fix problems with return codes on smbc_unlink_print_job
-
Jeremy Allison
65275e73ee Fixed up overrun read when marshelling SYSTEMTIME struct. This was a subtle one...
Jeremy.
-
Jeremy Allison
57a9340cba Roll back to using malloc/realloc on some of spoolss in head.
I'm having problems with talloc_realloc in the 2.2 branch and I
want a stable reference.

The only problem is this breaks the clean auto-generated code
in *one* call in srv_spoolss.c (the rfnpcnex call).

Jeremy.
-
Jeremy Allison
c3a1904564 Merged JF's fixes into HEAD. These are for string parsing and SAMR fixes.
Jeremy.
-
Jeremy Allison
e61899f490 Arrgggh. Returning the SPOOL_INFO stuff requires that the realloced
data be realloced between different functions. This took a *long*
time to track down (even with insure :-).
Jeremy.
-
Jeremy Allison
3e190e6933 Move to talloc controlled NT forms.
Jeremy.
-
Richard Sharpe
5f1ea70e11 Fix two problems identified by the test suite, one a major one
where I was indexing through a NULL pointer :-(
-
Tim Potter
33e5c56ab0 Fixed compiler warning. -
Jeremy Allison
a648935ae9 Fixed a couple of getpwXX calls that were not going through the sys_getpwXX
cache.
Jeremy.
-
Jeremy Allison
94b72c19fe Don't return stack structures...
Jeremy.
-
Jeremy Allison
a355e11201 Fix memory leaks introduced in restructure.
Jeremy.
-
Jeremy Allison
3f44cb6103 When opening a printserver use a global snum of -1.
Jeremy
-
Jeremy Allison
1552db715d rpc_parse/parse_spoolss.c: Fixed memory leak introduced by restructuring.
rpc_server/srv_spoolss_nt.c: Fixed problem with printer snum being read uninitialised.
Jeremy.
-
Jeremy Allison
3495d5cc3b Remove unused code.
Jeremy.
-
Jeremy Allison
4c2a49168e Ensure that SPOOL_NOTIFY_OPTION structs are safely copied out of the talloc
area into the Printer_entry struct - these are used for changenotification.
Jeremy.
-
Jeremy Allison
db98d4b020 Finished converion of spoolss code to canonical format. Now to work on the
PRINT_XX struct alloc/free issues.
Jeremy.
-
Jeremy Allison
7f45836c85 Fix for stack return from "Jim McDonough" <jmcdough@hotmail.com>.
Jeremy.
-
Gerald Carter
ce6777d119 autogen stuff -
Gerald Carter
fb512aee76 fixed typo -
Gerald Carter
c71e99556b updated Makefile to generate howto's and the FAQ -
Gerald Carter
a8ec2901d4 added so that it is not necessary for autoconf to be locally installed
for CVS users
-
Gerald Carter
a6d65d7964 some updates and reorganization -
Jeremy Allison
9d5979f51e More converted to canonical format. Home now - do the rest tomorrow...
Jeremy.
-