summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-04-10Ensure we're not filtering our essential delete messages.Jeremy Allison2-13/+23
2003-04-09Fix from Steve Langasek <vorlon@netexpress.net> for non-RPC printing.Jeremy Allison1-2/+2
2003-04-09Ensure we have WinXP-like semantics for checking TIDs and FIDs.Jeremy Allison2-4/+9
2003-04-09port HEAD modsSimo Sorce1-12/+10
2003-04-09This is the netlogon schannel client code. Try aVolker Lendecke9-54/+362
2003-04-09no needed anymoreGerald Carter1-48/+0
2003-04-09Fix double free on error and typoJelmer Vernooij1-2/+1
2003-04-09Use fprintf(f, ...) instead of plain printf() - patch by Ronan WaideJelmer Vernooij1-2/+2
2003-04-09Auth2, not also Auth3 sends us flags back, although all the callersVolker Lendecke1-4/+5
2003-04-09A little clarification in the rpc auth header struct.Volker Lendecke2-12/+10
2003-04-09Put the core schannel functions to parse_prs.c. They are also used byVolker Lendecke2-187/+184
2003-04-09another forgotten merge sitting on my laptop from app_head; only stall open_p...Gerald Carter1-3/+6
2003-04-09Install libsmbclient.h from $(srcdir)Tim Potter1-1/+1
2003-04-09Ensure print queue array is zeroed out before returning.Jeremy Allison1-0/+1
2003-04-08Update smbmount to include unicode and lfs capabilities options -- smbfs supp...Alexander Bokovoy1-9/+16
2003-04-08fixup extra SAFE_FREE()'s noticed by abartletGerald Carter1-2/+0
2003-04-08Patch from Steve Langasek <vorlon@netexpress.net>John Terpstra3-58/+85
2003-04-07const cleanup.Jeremy Allison1-1/+1
2003-04-07BUGS.txt -> Bugs appendix in HOWTO CollectionJelmer Vernooij1-1/+1
2003-04-07ooops new_dir is already len +1 bytesSimo Sorce1-2/+2
2003-04-07check braindead safe_* function length interpretation is correctSimo Sorce1-7/+7
2003-04-07remove unneded instructionSimo Sorce1-1/+0
2003-04-07This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2-0/+515
2003-04-07Fix build of static libsmbclientJelmer Vernooij1-2/+2
2003-04-07Only warn about short packets if we are already 'doing signing'.Andrew Bartlett1-1/+1
2003-04-07Make this match head.Andrew Bartlett1-1/+1
2003-04-07Winbind merges from HEAD:Andrew Bartlett6-17/+32
2003-04-07Create a pidfile, even when running in interactive mode.Tim Potter1-3/+2
2003-04-07Merge the ntlm_auth updates (refactor, add --diagnostics) into Samba 3.0Andrew Bartlett1-121/+425
2003-04-07privilaged -> privilegedTim Potter5-10/+10
2003-04-07Remove duplicate "tallocdump" message from tdb messaging system. TheTim Potter6-90/+7
2003-04-07Merge from HEAD - restore previous behaviour of pdb_unix (auto upgrade toAndrew Bartlett1-0/+1
2003-04-07Restore previous behaviour to update on pdb_unix (auto-upgrade to new account)Andrew Bartlett1-0/+1
2003-04-06Fix the handling of smb.conf in libsmbclient.Richard Sharpe1-6/+9
2003-04-06fix commitSimo Sorce2-3/+3
2003-04-06Clean up error messages on cli pipe disconnection, including adding the messageAndrew Bartlett1-4/+8
2003-04-06Fix some mixture of FLAG_GLOBAL|FLAG_SHARE in synonymsAlexander Bokovoy1-3/+3
2003-04-06Fix the interface of pull_ucs2_charcnv() to take a (char **) arg, not a (void...Andrew Bartlett1-2/+2
2003-04-06SMB signing updates - this gets NTLMSSP signing workin to the point where IAndrew Bartlett4-16/+39
2003-04-06Fix memory leak of the key.Andrew Bartlett1-0/+1
2003-04-06Don't bail if we have a badly formed record, just move on to the next one.Andrew Bartlett1-1/+1
2003-04-06strequal() returns True for equal, not an intAndrew Tridgell1-2/+4
2003-04-06don't rely on realloc() working on NULLAndrew Tridgell1-3/+3
2003-04-06If the string does not convert back, print the buggy result.Andrew Bartlett1-3/+10
2003-04-06Fix bigballofmud.so, and add a test to show a bug I'm having with push_ucs2.Andrew Bartlett2-1/+44
2003-04-06This commit make winbindd copy winbindd_idmap.tdb into idmap.tdb on theSimo Sorce4-156/+42
2003-04-06Merge the TNG netlogon schannel from HEAD.Volker Lendecke7-35/+581
2003-04-06Make autogen.sh more portable by having it work on both Linux and FreeBSDRichard Sharpe1-2/+2
2003-04-06Fix building on platforms without ldapJelmer Vernooij2-3/+5
2003-04-05Fix debug handling in libsmbclient.c.Richard Sharpe2-6/+6