Age | Commit message (Expand) | Author | Files | Lines |
2003-04-11 | workaround streams leak on SCO openserver 5.0.x | Gerald Carter | 1 | -0/+4 |
2003-04-10 | Handle deep referrals: check whether each component in the requested path of | Shirish Kalele | 1 | -9/+10 |
2003-04-10 | Grr. Get rid of one of the extra NULL's that crept in from app-head. | Jeremy Allison | 1 | -1/+1 |
2003-04-10 | Fix from Andrew Esh to ensure tdb_pack can't segfault. | Jeremy Allison | 1 | -7/+10 |
2003-04-10 | Ensure we're not filtering our essential delete messages. | Jeremy Allison | 2 | -13/+23 |
2003-04-09 | Fix from Steve Langasek <vorlon@netexpress.net> for non-RPC printing. | Jeremy Allison | 1 | -2/+2 |
2003-04-09 | Ensure we have WinXP-like semantics for checking TIDs and FIDs. | Jeremy Allison | 2 | -4/+9 |
2003-04-09 | port HEAD mods | Simo Sorce | 1 | -12/+10 |
2003-04-09 | This is the netlogon schannel client code. Try a | Volker Lendecke | 9 | -54/+362 |
2003-04-09 | no needed anymore | Gerald Carter | 1 | -48/+0 |
2003-04-09 | Fix double free on error and typo | Jelmer Vernooij | 1 | -2/+1 |
2003-04-09 | Use fprintf(f, ...) instead of plain printf() - patch by Ronan Waide | Jelmer Vernooij | 1 | -2/+2 |
2003-04-09 | Auth2, not also Auth3 sends us flags back, although all the callers | Volker Lendecke | 1 | -4/+5 |
2003-04-09 | A little clarification in the rpc auth header struct. | Volker Lendecke | 2 | -12/+10 |
2003-04-09 | Put the core schannel functions to parse_prs.c. They are also used by | Volker Lendecke | 2 | -187/+184 |
2003-04-09 | another forgotten merge sitting on my laptop from app_head; only stall open_p... | Gerald Carter | 1 | -3/+6 |
2003-04-09 | Install libsmbclient.h from $(srcdir) | Tim Potter | 1 | -1/+1 |
2003-04-09 | Ensure print queue array is zeroed out before returning. | Jeremy Allison | 1 | -0/+1 |
2003-04-08 | Update smbmount to include unicode and lfs capabilities options -- smbfs supp... | Alexander Bokovoy | 1 | -9/+16 |
2003-04-08 | fixup extra SAFE_FREE()'s noticed by abartlet | Gerald Carter | 1 | -2/+0 |
2003-04-08 | Patch from Steve Langasek <vorlon@netexpress.net> | John Terpstra | 3 | -58/+85 |
2003-04-07 | const cleanup. | Jeremy Allison | 1 | -1/+1 |
2003-04-07 | BUGS.txt -> Bugs appendix in HOWTO Collection | Jelmer Vernooij | 1 | -1/+1 |
2003-04-07 | ooops new_dir is already len +1 bytes | Simo Sorce | 1 | -2/+2 |
2003-04-07 | check braindead safe_* function length interpretation is correct | Simo Sorce | 1 | -7/+7 |
2003-04-07 | remove unneded instruction | Simo Sorce | 1 | -1/+0 |
2003-04-07 | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us... | cvs2svn Import User | 2 | -0/+515 |
2003-04-07 | Fix build of static libsmbclient | Jelmer Vernooij | 1 | -2/+2 |
2003-04-07 | Only warn about short packets if we are already 'doing signing'. | Andrew Bartlett | 1 | -1/+1 |
2003-04-07 | Make this match head. | Andrew Bartlett | 1 | -1/+1 |
2003-04-07 | Winbind merges from HEAD: | Andrew Bartlett | 6 | -17/+32 |
2003-04-07 | Create a pidfile, even when running in interactive mode. | Tim Potter | 1 | -3/+2 |
2003-04-07 | Merge the ntlm_auth updates (refactor, add --diagnostics) into Samba 3.0 | Andrew Bartlett | 1 | -121/+425 |
2003-04-07 | privilaged -> privileged | Tim Potter | 5 | -10/+10 |
2003-04-07 | Remove duplicate "tallocdump" message from tdb messaging system. The | Tim Potter | 6 | -90/+7 |
2003-04-07 | Merge from HEAD - restore previous behaviour of pdb_unix (auto upgrade to | Andrew Bartlett | 1 | -0/+1 |
2003-04-07 | Restore previous behaviour to update on pdb_unix (auto-upgrade to new account) | Andrew Bartlett | 1 | -0/+1 |
2003-04-06 | Fix the handling of smb.conf in libsmbclient. | Richard Sharpe | 1 | -6/+9 |
2003-04-06 | fix commit | Simo Sorce | 2 | -3/+3 |
2003-04-06 | Clean up error messages on cli pipe disconnection, including adding the message | Andrew Bartlett | 1 | -4/+8 |
2003-04-06 | Fix some mixture of FLAG_GLOBAL|FLAG_SHARE in synonyms | Alexander Bokovoy | 1 | -3/+3 |
2003-04-06 | Fix the interface of pull_ucs2_charcnv() to take a (char **) arg, not a (void... | Andrew Bartlett | 1 | -2/+2 |
2003-04-06 | SMB signing updates - this gets NTLMSSP signing workin to the point where I | Andrew Bartlett | 4 | -16/+39 |
2003-04-06 | Fix memory leak of the key. | Andrew Bartlett | 1 | -0/+1 |
2003-04-06 | Don't bail if we have a badly formed record, just move on to the next one. | Andrew Bartlett | 1 | -1/+1 |
2003-04-06 | strequal() returns True for equal, not an int | Andrew Tridgell | 1 | -2/+4 |
2003-04-06 | don't rely on realloc() working on NULL | Andrew Tridgell | 1 | -3/+3 |
2003-04-06 | If the string does not convert back, print the buggy result. | Andrew Bartlett | 1 | -3/+10 |
2003-04-06 | Fix bigballofmud.so, and add a test to show a bug I'm having with push_ucs2. | Andrew Bartlett | 2 | -1/+44 |
2003-04-06 | This commit make winbindd copy winbindd_idmap.tdb into idmap.tdb on the | Simo Sorce | 4 | -156/+42 |