Age | Commit message (Expand) | Author | Files | Lines |
2003-02-24 | Finish removing setenv replacements from smbwrapper. | Andrew Bartlett | 2 | -20/+2 |
2003-02-24 | Move off-by-one buggy malloc()/safe_strcpy() combination to strdup() instead. | Andrew Bartlett | 1 | -3/+1 |
2003-02-24 | typo | Andrew Bartlett | 1 | -1/+1 |
2003-02-24 | Patch from Luke Howard to add mutual kerberos authentication, and SMB session | Andrew Bartlett | 8 | -42/+157 |
2003-02-24 | setenv takes 3 arguments... | Andrew Bartlett | 1 | -4/+4 |
2003-02-24 | If it's a pstring, use pstrcpy(). | Andrew Bartlett | 1 | -2/+2 |
2003-02-24 | Fix off-by-one bugs, and move to strdup() rather than malloc()/strcpy(). | Andrew Bartlett | 1 | -16/+9 |
2003-02-24 | Quieten compiler warning. | Tim Potter | 1 | -0/+7 |
2003-02-24 | Merge documentation from HEAD | Martin Pool | 1 | -6/+13 |
2003-02-24 | Merge documentation from 3_0. | Martin Pool | 1 | -6/+13 |
2003-02-24 | Always initialise | Andrew Bartlett | 1 | -2/+2 |
2003-02-24 | Make sure these values are never uninitialsised. | Andrew Bartlett | 1 | -2/+2 |
2003-02-24 | Cleint-side-auth/kerberos fixes from HEAD, and don't connect to a share | Andrew Bartlett | 3 | -25/+67 |
2003-02-24 | Iconv as seperate library fixes from HEAD | Andrew Bartlett | 1 | -0/+5 |
2003-02-24 | Signed/unsigned fix from HEAD | Andrew Bartlett | 1 | -2/+2 |
2003-02-24 | Merge crypt(), ACL lib and shared lib changes from HEAD. | Andrew Bartlett | 3 | -57/+252 |
2003-02-24 | Merge paramaters for client-side-auth updates. | Andrew Bartlett | 1 | -0/+11 |
2003-02-24 | Fix a small stuffup in the HEAD -> 3.0 merge | Andrew Bartlett | 1 | -1/+0 |
2003-02-24 | Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0. | Andrew Bartlett | 13 | -247/+284 |
2003-02-24 | Makefile updates for the client-side auth/kerberos merge. | Andrew Bartlett | 1 | -39/+53 |
2003-02-24 | Missed a couple of files from the client-side kerberos merge | Andrew Bartlett | 3 | -4/+19 |
2003-02-24 | Merge off-by-one fix from HEAD (caused crash with --enable-developer) | Andrew Bartlett | 1 | -1/+1 |
2003-02-24 | Merge from HEAD client-side authentication changes: | Andrew Bartlett | 16 | -673/+1121 |
2003-02-24 | Missed one in the previous merge - user_ok() and user_in_group() now take | Andrew Bartlett | 1 | -1/+1 |
2003-02-24 | Merge of server-side authentication changes to 3.0: | Andrew Bartlett | 13 | -153/+224 |
2003-02-24 | Merge: | Tim Potter | 1 | -7/+5 |
2003-02-24 | Add const | Andrew Bartlett | 1 | -4/+4 |
2003-02-24 | Fix 2 off-by-one bugs in the use of malloc()ed strings and safe_strcpy(). | Andrew Bartlett | 2 | -3/+5 |
2003-02-24 | Add comment about Samba character sets, from explanation by abartlet. | Martin Pool | 1 | -0/+13 |
2003-02-23 | forgot the altered include file | Simo Sorce | 1 | -4/+4 |
2003-02-23 | move genparser to use talloc contexts instead of [m|c|re]alloc() and free()s | Simo Sorce | 2 | -152/+163 |
2003-02-22 | Make sure we set the error code to indicate failure... | Andrew Bartlett | 1 | -2/+11 |
2003-02-22 | See if I can make this look slightly like C. It compiled locally, honest... | Andrew Bartlett | 1 | -3/+4 |
2003-02-22 | More signed/unsigned fixes (yes, I run with funny compiler options) and | Andrew Bartlett | 9 | -19/+20 |
2003-02-22 | Fixes from Paul Green and vorlon@debian.org for building shared libraries | Andrew Bartlett | 2 | -32/+99 |
2003-02-22 | Fix comment - the other bits of code don't call this any more. | Andrew Bartlett | 1 | -4/+1 |
2003-02-22 | Add static | Andrew Bartlett | 2 | -8/+8 |
2003-02-22 | With assuptions about unixsam gone, we can forget about looking up | Andrew Bartlett | 1 | -4/+1 |
2003-02-22 | Remove 'unixsam' from the default passdb backends. | Andrew Bartlett | 10 | -283/+264 |
2003-02-22 | First check if the user is in the passdb, then check Get_Pwnam(). | Andrew Bartlett | 2 | -31/+61 |
2003-02-22 | When checking is_locked() new WRITE locks conflict with existing READ locks even | Jeremy Allison | 1 | -3/+10 |
2003-02-22 | When checking is_locked() new WRITE locks conflict with existing READ locks even | Jeremy Allison | 1 | -3/+10 |
2003-02-22 | New locktest7 code based on patch from "Srikanta Shivanna" <sshivanna@pillard... | Jeremy Allison | 1 | -0/+134 |
2003-02-22 | Fix a DEBUG() formatting, add some more debug to our SID pulling code and | Andrew Bartlett | 2 | -19/+34 |
2003-02-21 | i patched the wrong branch! s/unistr2_to_dos/unistr2_to_ascii/ | Gerald Carter | 1 | -1/+1 |
2003-02-21 | s/unistr2_to_dos/unistr2_to_ascii/ to fix compile | Gerald Carter | 1 | -1/+1 |
2003-02-21 | couple of merges from APP_HEAD | Gerald Carter | 2 | -4/+25 |
2003-02-21 | couple of merges from APP_HEAD | Gerald Carter | 2 | -5/+26 |
2003-02-21 | patch from Hal Roberts check for a valid [f]chmod_acl function pointer before... | Gerald Carter | 1 | -2/+12 |
2003-02-21 | patch from Hal Roberts check for a valid [f]chmod_acl function pointer before... | Gerald Carter | 1 | -2/+12 |