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 HEADMartin Pool1-6/+13
2003-02-24Merge documentation from 3_0.Martin Pool1-6/+13
2003-02-24Always initialiseAndrew Bartlett1-2/+2
2003-02-24Make sure these values are never uninitialsised.Andrew Bartlett1-2/+2
2003-02-24Cleint-side-auth/kerberos fixes from HEAD, and don't connect to a shareAndrew Bartlett3-25/+67
2003-02-24Iconv as seperate library fixes from HEADAndrew Bartlett1-0/+5
2003-02-24Signed/unsigned fix from HEADAndrew Bartlett1-2/+2
2003-02-24Merge crypt(), ACL lib and shared lib changes from HEAD.Andrew Bartlett3-57/+252
2003-02-24Merge paramaters for client-side-auth updates.Andrew Bartlett1-0/+11
2003-02-24Fix a small stuffup in the HEAD -> 3.0 mergeAndrew Bartlett1-1/+0
2003-02-24Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett13-247/+284
2003-02-24Makefile updates for the client-side auth/kerberos merge.Andrew Bartlett1-39/+53
2003-02-24Missed a couple of files from the client-side kerberos mergeAndrew Bartlett3-4/+19
2003-02-24Merge off-by-one fix from HEAD (caused crash with --enable-developer)Andrew Bartlett1-1/+1
2003-02-24Merge from HEAD client-side authentication changes:Andrew Bartlett16-673/+1121
2003-02-24Missed one in the previous merge - user_ok() and user_in_group() now takeAndrew Bartlett1-1/+1
2003-02-24Merge of server-side authentication changes to 3.0:Andrew Bartlett13-153/+224
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-24Add comment about Samba character sets, from explanation by abartlet.Martin Pool1-0/+13
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-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-21s/unistr2_to_dos/unistr2_to_ascii/ to fix compileGerald Carter1-1/+1
2003-02-21couple of merges from APP_HEADGerald Carter2-4/+25
2003-02-21couple of merges from APP_HEADGerald Carter2-5/+26
2003-02-21patch from Hal Roberts check for a valid [f]chmod_acl function pointer before...Gerald Carter1-2/+12
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-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