summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-06-24Merged across trans2.c from SAMBA_2_2. UNIX extensions and passthroughJeremy Allison3-1074/+1532
2002-06-24much better findstatic scriptAndrew Tridgell2-59/+65
2002-06-24Try to get security=domain at least slightly working.Andrew Bartlett2-8/+13
2002-06-22Add module versioning to the passdb module systemAndrew Bartlett5-6/+77
2002-06-22Raise some debug levels.Andrew Bartlett2-2/+2
2002-06-21Don't use uint. It doesn't exist on some platforms and we don't define it.Jeremy Allison8-14/+22
2002-06-21Fixed incorrect debug.Tim Potter1-1/+1
2002-06-21Format tidyup before I start working on scalability fixes (one file perJeremy Allison1-74/+134
2002-06-21Changed level of "bind succeded on port %d" debug to 10.Tim Potter1-1/+1
2002-06-20Fix from Andrew Esh for not checking return code.Jeremy Allison1-0/+3
2002-06-20Remove "inline" - shouldn't be in portable code.Jeremy Allison1-1/+1
2002-06-20Got rid of unused flags field in lanman api_commands[].Tim Potter1-36/+49
2002-06-20Renamed policy handle field in object containers to avoid cut&paste bugs.Tim Potter1-6/+6
2002-06-20Added samr_open_domain() call.Tim Potter1-19/+77
2002-06-20Compile fix for new arguments to cli_full_connection()Tim Potter1-9/+2
2002-06-20Fixed compiler warning.Tim Potter1-1/+1
2002-06-19Fixed typo in debug.Tim Potter1-1/+1
2002-06-19when nmbd starts up it is possible that dhcp hasn't started the localAndrew Tridgell1-4/+9
2002-06-18more debug classess activatedSimo Sorce56-2/+163
2002-06-18make the echo'ed command match the actual command run.Andrew Bartlett1-1/+1
2002-06-17compile warngin fixes merged from 2.2Gerald Carter8-25/+29
2002-06-17Fixed typo in debug.Tim Potter1-1/+1
2002-06-17fix typoGerald Carter1-1/+1
2002-06-16Cope with the requirement for constant initialisers on some unix C compilers.Andrew Bartlett1-1/+1
2002-06-16Further updates to the service.c code. authorise_login() is now a bit simpilerAndrew Bartlett2-6/+6
2002-06-16Two things: Check how many paramaters that the LDAP libs take for theAndrew Bartlett4-94/+199
2002-06-16Fix up some of the SMB signing code:Andrew Bartlett5-19/+47
2002-06-15When adding popt to an application, you need to ensure it builds on non-poptAndrew Bartlett1-1/+1
2002-06-15Simplify this code further. Just substitute %H, and let the normal codeAndrew Bartlett2-40/+3
2002-06-15Unsused function since last commitAndrew Bartlett1-34/+0
2002-06-15Rework much of the service.c code:Andrew Bartlett7-209/+273
2002-06-15Update the netlogon code to better cope with trusted domains, where thingsAndrew Bartlett1-10/+29
2002-06-15Add the missing makefile from previous commitAndrew Bartlett1-1/+1
2002-06-15This patch does 2 things:Andrew Bartlett4-96/+282
2002-06-15Add another 'trivial' built in authentication module - this one is aAndrew Bartlett1-0/+50
2002-06-15It appears that to match NT we should not use the 'samstrict' behaviour,Andrew Bartlett1-3/+5
2002-06-15x source path so this thing compiles.John Terpstra1-1/+1
2002-06-15Add back sys_getpwnam() and freinds to the system.c interface, but don'tAndrew Bartlett4-5/+29
2002-06-14Fix spelling typo.Jeremy Allison2-13/+13
2002-06-14Ok, now I can try my first client test...Jeremy Allison2-8/+33
2002-06-14More of SMB signing for client - not yet finished (should be harmless).Jeremy Allison4-11/+45
2002-06-14Merge of csc termination fix.Jeremy Allison1-1/+2
2002-06-14moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce10-223/+225
2002-06-14Add a touch of const to this - helps with some yet-to-be-commited changesAndrew Bartlett1-3/+3
2002-06-14Allow non unix accounts to be added to an ldap directory without NUA accountsAndrew Bartlett1-0/+4
2002-06-14Patch from ctrlsoft to use the pdb_sethexpwd function in smbpasswd - insteadAndrew Bartlett1-48/+7
2002-06-14It looks like we never tested the 'cleanup' code, so when I triggered itAndrew Bartlett2-12/+20
2002-06-14Some updates from ctrlsoft <jelmer@nl.linux.org> to return failure if *any* ofAndrew Bartlett1-19/+20
2002-06-14Debug fixes from ctrlsoftAndrew Bartlett1-2/+2
2002-06-14Kill useless castAndrew Bartlett1-2/+2