Age | Commit message (Expand) | Author | Files | Lines |
2003-07-26 | Updating missing flags. | John Terpstra | 1 | -0/+2 |
2003-07-26 | Correctly detect an "add user script" - check that *lp_adduser_script() != '\0', | Jeremy Allison | 1 | -1/+1 |
2003-07-25 | Start the packet signing engine in the kerberos case in the same place | Jeremy Allison | 1 | -3/+8 |
2003-07-25 | W00t! Client smb signing is now working correctly with krb5 and w2k server. | Jeremy Allison | 7 | -19/+48 |
2003-07-25 | Fix bug #184; set max_pw_age in account_pol to -1 so the default is never to ... | Gerald Carter | 1 | -1/+1 |
2003-07-25 | domain in schannel bind credentials must be the dest domain, not ours | Gerald Carter | 2 | -1/+8 |
2003-07-25 | fix case where no realm or workgroup means to use our own | Gerald Carter | 1 | -2/+19 |
2003-07-25 | fix user_in_list to work with winbind groups again; my bug | Gerald Carter | 1 | -1/+1 |
2003-07-25 | fix some error returns and strings; patch from metze | Gerald Carter | 1 | -6/+14 |
2003-07-25 | More printf portability fixes. Got caught out by some gcc'isms last | Tim Potter | 15 | -37/+37 |
2003-07-25 | new swat icons from Marc Jacobsen @ HP | Gerald Carter | 8 | -0/+0 |
2003-07-25 | call chkconfig --del winbind on removal (bug #238) | Gerald Carter | 1 | -0/+1 |
2003-07-25 | fix libsmbclientr symlink (patch by Alex Duggan for bug #247) | Gerald Carter | 1 | -20/+5 |
2003-07-25 | fix bug config file path in winbind init script (bug #237) | Gerald Carter | 1 | -7/+2 |
2003-07-25 | Schannel, once setup, may be used on *ANY* TCP/IP connection until the | Andrew Bartlett | 2 | -36/+83 |
2003-07-25 | Make wbinfo -p work again. Fixes bug 251. | Tim Potter | 1 | -1/+1 |
2003-07-25 | Jean-Baptiste Marchand on the ethereal list used some auditing tricks to | Tim Potter | 1 | -10/+10 |
2003-07-24 | More printf fixes - size_t is long on some architectures. | Tim Potter | 15 | -26/+26 |
2003-07-24 | Fix from matt.zinkevicius@hp.com to stop files being created on read-only | Jeremy Allison | 1 | -0/+1 |
2003-07-24 | Fix packet signing with asynchronous oplock breaks. Removed bad error message | Jeremy Allison | 3 | -10/+75 |
2003-07-24 | Add a macro to check whether module-specific data set already or not. Returns... | Alexander Bokovoy | 1 | -0/+3 |
2003-07-24 | Rise debug level to 5 for not-found-nt-quota message (quota setting for user ... | Alexander Bokovoy | 1 | -1/+1 |
2003-07-24 | Some fclose -> x_fclose found by Tony Jago. | Jeremy Allison | 1 | -2/+2 |
2003-07-24 | Ensure everywhere we defer an incoming SMB request (blocking lock queue, | Jeremy Allison | 4 | -250/+256 |
2003-07-24 | SMB signing is now working with change notify. Need to fix the disconnect | Jeremy Allison | 3 | -19/+31 |
2003-07-24 | Server side NTLM signing works - until the first async packet. Working on this | Jeremy Allison | 3 | -25/+122 |
2003-07-24 | Some more [ug]id_t printf fixes. | Tim Potter | 1 | -4/+4 |
2003-07-23 | Ensure a prototype is generated for smb_snprintf() | Tim Potter | 1 | -1/+1 |
2003-07-23 | connect to the right realm or domain for trusted AD domains | Gerald Carter | 1 | -8/+4 |
2003-07-23 | fix typo | Gerald Carter | 1 | -2/+2 |
2003-07-23 | convert snprintf() calls using pstrings & fstrings | Gerald Carter | 25 | -87/+80 |
2003-07-23 | fixed segv in calls to pstrcpy() in cliprint.c | Andrew Tridgell | 1 | -6/+6 |
2003-07-23 | Fix out of date comment. | Tim Potter | 1 | -2/+1 |
2003-07-23 | Move a function to avoid a warning. | Tim Potter | 1 | -24/+24 |
2003-07-23 | Typo in comment. | Tim Potter | 1 | -1/+1 |
2003-07-23 | Don't check in two places for signing turned off... | Jeremy Allison | 1 | -3/+0 |
2003-07-23 | A fix for bug 174. I'm pushing this to the tree to test it on one of | Tim Potter | 2 | -4/+10 |
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 |