summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-02-24setenv takes 3 arguments...Andrew Bartlett1-4/+4
2003-02-24If it's a pstring, use pstrcpy().Andrew Bartlett1-2/+2
2003-02-24Fix off-by-one bugs, and move to strdup() rather than malloc()/strcpy().Andrew Bartlett1-16/+9
2003-02-24Quieten compiler warning.Tim Potter1-0/+7
2003-02-24Merge documentation from 3_0.Martin Pool1-6/+13
2003-02-24Always initialiseAndrew Bartlett1-2/+2
2003-02-24Merge:Tim Potter1-7/+5
2003-02-24Add constAndrew Bartlett1-4/+4
2003-02-24Fix 2 off-by-one bugs in the use of malloc()ed strings and safe_strcpy().Andrew Bartlett2-3/+5
2003-02-23forgot the altered include fileSimo Sorce1-4/+4
2003-02-23move genparser to use talloc contexts instead of [m|c|re]alloc() and free()sSimo Sorce2-152/+163
2003-02-22Make sure we set the error code to indicate failure...Andrew Bartlett1-2/+11
2003-02-22See if I can make this look slightly like C. It compiled locally, honest...Andrew Bartlett1-3/+4
2003-02-22More signed/unsigned fixes (yes, I run with funny compiler options) andAndrew Bartlett9-19/+20
2003-02-22Fixes from Paul Green and vorlon@debian.org for building shared librariesAndrew Bartlett2-32/+99
2003-02-22Fix comment - the other bits of code don't call this any more.Andrew Bartlett1-4/+1
2003-02-22Add staticAndrew Bartlett2-8/+8
2003-02-22With assuptions about unixsam gone, we can forget about looking upAndrew Bartlett1-4/+1
2003-02-22Remove 'unixsam' from the default passdb backends.Andrew Bartlett10-283/+264
2003-02-22First check if the user is in the passdb, then check Get_Pwnam().Andrew Bartlett2-31/+61
2003-02-22When checking is_locked() new WRITE locks conflict with existing READ locks evenJeremy Allison1-3/+10
2003-02-22New locktest7 code based on patch from "Srikanta Shivanna" <sshivanna@pillard...Jeremy Allison1-0/+134
2003-02-22Fix a DEBUG() formatting, add some more debug to our SID pulling code andAndrew Bartlett2-19/+34
2003-02-21i patched the wrong branch! s/unistr2_to_dos/unistr2_to_ascii/Gerald Carter1-1/+1
2003-02-21couple of merges from APP_HEADGerald Carter2-4/+25
2003-02-21patch from Hal Roberts check for a valid [f]chmod_acl function pointer before...Gerald Carter1-2/+12
2003-02-21Fix IRIX build...void fn can't return another void fnJim McDonough1-1/+2
2003-02-21rename 'winbind backend' to 'idmap backend'. Put paramter in security sectio...Jim McDonough2-27/+27
2003-02-21Added comments to make it clearer when we're assigning a pointer that itJeremy Allison1-0/+12
2003-02-21Ignore errors on python_clean target.Tim Potter1-1/+1
2003-02-21Doesn't anyone run ./configure.developer anymore?Tim Potter1-1/+1
2003-02-21Fix another compiler warning.Tim Potter1-1/+0
2003-02-21Fixed another compiler warning.Tim Potter1-1/+1
2003-02-21Fixed compiler warning.Tim Potter2-2/+1
2003-02-21Added enumdomusers command.Tim Potter1-0/+75
2003-02-21Exit path cleanup for cli_samr_enum_dom_users()Tim Potter1-34/+18
2003-02-21Fix for only specifying one command with -cTim Potter1-1/+4
2003-02-21Doxygen janitorMartin Pool1-3/+10
2003-02-20From aliguori@us.ibm.com:Jim McDonough5-438/+738
2003-02-20Make init_module() and thus smb_load_module() return an int.Jelmer Vernooij4-15/+15
2003-02-20Added Volkers "print server role" patch.Jeremy Allison1-0/+22
2003-02-20Remove obsolete filesJelmer Vernooij3-3038/+0
2003-02-20Ensure tdb error code is set for corrupt and i/o errors before callingJeremy Allison1-0/+19
2003-02-20For a number of months now, support for being a domain member without alsoAndrew Bartlett1-25/+14
2003-02-20Like for NTLM logins, lookup the 'winbind' user first, then the 'local' user.Andrew Bartlett1-18/+14
2003-02-20for some (very weird) reason, the domain I was testing aginst would notAndrew Bartlett1-0/+4
2003-02-20DocMartin Pool1-1/+1
2003-02-20(Merge from APPLIANCE_HEAD)Martin Pool1-0/+3
2003-02-19Fix inspired by Stefan (metze) Metzmacher - cache the sidtype also.Jeremy Allison1-19/+27
2003-02-19correct init for vfs.conn, thanks StefanSimo Sorce1-1/+2