summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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-17compile warngin fixes merged from 2.2Gerald Carter8-25/+29
2002-06-17Fixed typo in debug.Tim Potter1-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-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
2002-06-14Convenience function to allow a SID to be specified as a string.Andrew Bartlett1-3/+46
2002-06-14Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_listAndrew Bartlett6-46/+61
2002-06-14Patch (from ctrlsoft <jelmer@nl.linux.org>) to poptify testparm, and theAndrew Bartlett3-154/+139
2002-06-14Add const, kill of useless casts and therefore eliminate warnings.Andrew Bartlett3-6/+6
2002-06-13Ensure we save any older SIGALRM signal handler.Jeremy Allison3-7/+11
2002-06-13Veto files fix.Jeremy Allison1-275/+273
2002-06-13Merge in mangle fixes from 2.2.Jeremy Allison7-371/+376
2002-06-13Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett14-113/+183
2002-06-13a useful script for finding global variables or functions that couldAndrew Tridgell1-0/+59
2002-06-12Spelling.Tim Potter1-1/+1
2002-06-12Ignore winbindd_proto.hTim Potter1-0/+1
2002-06-12Spelling fixes.Tim Potter1-1/+1
2002-06-12Removed eff_name field from cli_struct as it wasn't being used anywhere.Tim Potter2-2/+2
2002-06-11few fixes from Elrond(elrond@samba-tng.org) and Billy O'Connor(billy@oconnoro...Simo Sorce3-13/+24
2002-06-11merge from 2.2Gerald Carter1-0/+1