Age | Commit message (Expand) | Author | Files | Lines |
2003-07-23 | Fix two memory leaks in the smb module: | Tim Potter | 1 | -1/+7 |
2003-07-22 | removing unused function | Gerald Carter | 1 | -43/+0 |
2003-07-22 | bumping version string | Gerald Carter | 1 | -1/+1 |
2003-07-22 | Fix comment | Alexander Bokovoy | 1 | -3/+3 |
2003-07-22 | sync from bea3 release | Gerald Carter | 1 | -2/+45 |
2003-07-22 | Another round of uid/gid/pid format string changes I missed the | Tim Potter | 7 | -13/+15 |
2003-07-22 | Fixup a bunch of printf-style functions and debugs to use unsigned long when | Tim Potter | 26 | -148/+172 |
2003-07-22 | Use %p for a pointer type in a printf-style format string. Also casting | Tim Potter | 1 | -1/+1 |
2003-07-22 | Replace the eight (!) copies of dummy become/unbecome root with a single one. | Tim Potter | 10 | -97/+43 |
2003-07-22 | Use lp_idmap_[ug]id() instead of lp_winbind_[ug]id() | Tim Potter | 1 | -3/+3 |
2003-07-21 | Metze's AD/LDAP detection patches mainly to do with library detection. | Tim Potter | 3 | -197/+326 |
2003-07-21 | Clarify a debug log a little. The path might not exist, so say so. | Richard Sharpe | 1 | -1/+1 |
2003-07-20 | This creates passdb backend files automatically when adding first account. | Rafal Szczesniak | 2 | -3/+38 |
2003-07-20 | Typo fixes. | Rafal Szczesniak | 1 | -1/+1 |
2003-07-20 | Fix typo | Jelmer Vernooij | 1 | -1/+1 |
2003-07-19 | Fix memleak | Volker Lendecke | 1 | -3/+3 |
2003-07-19 | Fix StrCaseCmp() to avoid calling smb_panic() on invalid multibyte strings. | Andrew Bartlett | 1 | -11/+24 |
2003-07-19 | According to the result of voting, net has default debug level with | Rafal Szczesniak | 1 | -3/+12 |
2003-07-18 | Fix memleak | Volker Lendecke | 1 | -1/+1 |
2003-07-18 | Fix two memleaks in pdb_ldap.c. | Volker Lendecke | 2 | -1/+13 |
2003-07-18 | make sure we don't allow the creation of directories containing | Andrew Tridgell | 1 | -1/+5 |
2003-07-18 | this fixes a bug where Samba would under some circumstances return | Andrew Tridgell | 1 | -1/+7 |
2003-07-18 | Fix spelling typo. | Tim Potter | 1 | -1/+1 |
2003-07-18 | Uninstall modules as part of uninstall. Partial fix for 236. | Tim Potter | 1 | -1/+1 |
2003-07-18 | fixed the pstrcpy() bug in directory recursion properly | Andrew Tridgell | 1 | -1/+2 |
2003-07-18 | Signing so far... the client code fails on a SMBtrans2 secondary transaction | Jeremy Allison | 6 | -72/+159 |
2003-07-17 | Formatting tidyups to match the rest of the source. | Jeremy Allison | 1 | -23/+33 |
2003-07-17 | Disconnect an idle LDAP connection after 150 seconds. | Volker Lendecke | 2 | -1/+46 |
2003-07-17 | Ban getgrouplist on linux glibc systems with glibc <= 2.3. | Volker Lendecke | 1 | -1/+33 |
2003-07-17 | Fix for bug 222 from Marcin Owsiany. | Tim Potter | 1 | -0/+5 |
2003-07-17 | Don't use pstrcpy on non-pstrings. | Tim Potter | 1 | -1/+1 |
2003-07-17 | In the presense of RPC fragments, schannel is not strictly request/reply, | Andrew Bartlett | 2 | -10/+0 |
2003-07-17 | Correctly toggle the signing state to what it was previosly when sending | Jeremy Allison | 2 | -15/+13 |
2003-07-17 | Don't allow read/write raw when signing is active. | Jeremy Allison | 1 | -0/+8 |
2003-07-17 | Putting the framework for server signing in place. Ensure we don't use | Jeremy Allison | 3 | -6/+89 |
2003-07-16 | Refactor signing code to remove most dependencies on 'struct cli'. | Jeremy Allison | 5 | -110/+143 |
2003-07-16 | Further Debian fixes. | Eloy Paris | 3 | -26/+29 |
2003-07-16 | Add API framework for server SMB signing. | Jeremy Allison | 5 | -86/+128 |
2003-07-16 | Add krb5_princ_component to Heimdal. Remove cli_ from mark packet signed. | Jeremy Allison | 3 | -5/+33 |
2003-07-16 | Reformatting fixes to bring in line with the rest of the source. | Jeremy Allison | 1 | -338/+325 |
2003-07-16 | adding command for moving a record from one tdb to another | Gerald Carter | 1 | -0/+55 |
2003-07-16 | make tdbtool deal with NULL and non-NULL terminated keys | Gerald Carter | 1 | -4/+14 |
2003-07-16 | sync with release tree | Gerald Carter | 1 | -1/+1 |
2003-07-16 | Fix memleak | Volker Lendecke | 1 | -1/+4 |
2003-07-16 | typo | Volker Lendecke | 1 | -1/+1 |
2003-07-16 | Spelling. | Tim Potter | 5 | -12/+12 |
2003-07-16 | Documentation Update for Beta3. | John Terpstra | 70 | -17354/+18554 |
2003-07-16 | removing outdated scripts | Gerald Carter | 2 | -91/+0 |
2003-07-16 | remove outdated doc | Gerald Carter | 1 | -150/+0 |
2003-07-16 | adding another missing doc | Gerald Carter | 1 | -0/+16 |