summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2002-06-10Merge of Jerry's fix from 2.2.Jeremy Allison2-8/+18
2002-06-10Remove "sids.h" as it really wasn't being used anywhere, and was exportingAndrew Bartlett6-44/+1
2002-06-10With this file being automaticly regenerated, and cleaned up with 'make clean'Andrew Bartlett1-142/+0
2002-06-09This (hopefully) fixes a bug reported by Kai Krueger <kai@kruegernetz.de>Andrew Bartlett2-17/+10
2002-06-07Ensure when allowing fchown with write access and dos filemodes thatJeremy Allison1-7/+7
2002-06-07Merge pidfile fix.Jeremy Allison1-3/+3
2002-06-07Fix commentAndrew Bartlett1-1/+1
2002-06-07Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett14-87/+91
2002-06-07Move the code from lib/util_sid.c that deals with the global_sam_sid intoAndrew Bartlett3-242/+282
2002-06-07Add flags2 for security signituresAndrew Bartlett1-0/+1
2002-06-07A couple of updates for the SmbEncrypt code, and some of its users.Andrew Bartlett2-14/+32
2002-06-07Allow sd_len to be zero on NT_TRANSACT_CREATE but not for set sd (helpsJeremy Allison1-4/+7
2002-06-06Overly complex but neccessary fix for kernel oplock problems. The issueJeremy Allison3-21/+55
2002-06-06enable building of shared libsmbclientGerald Carter1-2/+1
2002-06-06Fix compile error - doh!Tim Potter2-4/+4
2002-06-06Moved some notify related constants into srv_spoolss_nt.c sinceTim Potter2-4/+11
2002-06-06Fixed out of date comment for _spoolss_rffpcnex()Tim Potter1-4/+2
2002-06-05merge from 2.2Gerald Carter1-4/+10
2002-06-05merge 390 kernel workaround from SAMBA_2_2.Jim McDonough2-2/+2