summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* port HEAD modsSimo Sorce2003-04-091-12/+10
* This is the netlogon schannel client code. Try aVolker Lendecke2003-04-099-54/+362
* no needed anymoreGerald Carter2003-04-091-48/+0
* Fix double free on error and typoJelmer Vernooij2003-04-091-2/+1
* Use fprintf(f, ...) instead of plain printf() - patch by Ronan WaideJelmer Vernooij2003-04-091-2/+2
* Auth2, not also Auth3 sends us flags back, although all the callersVolker Lendecke2003-04-091-4/+5
* A little clarification in the rpc auth header struct.Volker Lendecke2003-04-092-12/+10
* Put the core schannel functions to parse_prs.c. They are also used byVolker Lendecke2003-04-092-187/+184
* another forgotten merge sitting on my laptop from app_head; only stall open_p...Gerald Carter2003-04-091-3/+6
* Install libsmbclient.h from $(srcdir)Tim Potter2003-04-091-1/+1
* Ensure print queue array is zeroed out before returning.Jeremy Allison2003-04-091-0/+1
* Update smbmount to include unicode and lfs capabilities options -- smbfs supp...Alexander Bokovoy2003-04-081-9/+16
* fixup extra SAFE_FREE()'s noticed by abartletGerald Carter2003-04-081-2/+0
* Patch from Steve Langasek <vorlon@netexpress.net>John Terpstra2003-04-083-58/+85
* const cleanup.Jeremy Allison2003-04-071-1/+1
* BUGS.txt -> Bugs appendix in HOWTO CollectionJelmer Vernooij2003-04-071-1/+1
* ooops new_dir is already len +1 bytesSimo Sorce2003-04-071-2/+2
* check braindead safe_* function length interpretation is correctSimo Sorce2003-04-071-7/+7
* remove unneded instructionSimo Sorce2003-04-071-1/+0
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-04-072-0/+515
|\
| * Fix build of static libsmbclientJelmer Vernooij2003-04-071-2/+2
| * Only warn about short packets if we are already 'doing signing'.Andrew Bartlett2003-04-071-1/+1
| * Create a pidfile, even when running in interactive mode.Tim Potter2003-04-071-3/+2
| * privilaged -> privilegedTim Potter2003-04-075-10/+10
| * Remove duplicate "tallocdump" message from tdb messaging system. TheTim Potter2003-04-076-90/+7
| * Restore previous behaviour to update on pdb_unix (auto-upgrade to new account)Andrew Bartlett2003-04-071-0/+1
| * Fix the handling of smb.conf in libsmbclient.Richard Sharpe2003-04-061-6/+9
| * fix commitSimo Sorce2003-04-062-3/+3
| * Clean up error messages on cli pipe disconnection, including adding the messageAndrew Bartlett2003-04-061-4/+8
| * Fix some mixture of FLAG_GLOBAL|FLAG_SHARE in synonymsAlexander Bokovoy2003-04-061-3/+3
| * Fix the interface of pull_ucs2_charcnv() to take a (char **) arg, not a (void...Andrew Bartlett2003-04-061-2/+2
| * SMB signing updates - this gets NTLMSSP signing workin to the point where IAndrew Bartlett2003-04-064-16/+39
| * Fix memory leak of the key.Andrew Bartlett2003-04-061-0/+1
| * Don't bail if we have a badly formed record, just move on to the next one.Andrew Bartlett2003-04-061-1/+1
| * strequal() returns True for equal, not an intAndrew Tridgell2003-04-061-2/+4
| * don't rely on realloc() working on NULLAndrew Tridgell2003-04-061-3/+3
| * If the string does not convert back, print the buggy result.Andrew Bartlett2003-04-061-3/+10
| * Fix bigballofmud.so, and add a test to show a bug I'm having with push_ucs2.Andrew Bartlett2003-04-062-1/+44
| * This commit make winbindd copy winbindd_idmap.tdb into idmap.tdb on theSimo Sorce2003-04-064-156/+42
| * Make autogen.sh more portable by having it work on both Linux and FreeBSDRichard Sharpe2003-04-061-2/+2
| * Fix building on platforms without ldapJelmer Vernooij2003-04-062-3/+5
| * Fix debug handling in libsmbclient.c.Richard Sharpe2003-04-052-6/+6
| * some more idmapping :)Simo Sorce2003-04-053-25/+70
| * Some more good stuff from coolo.Richard Sharpe2003-04-043-103/+94
| * Replace 'so' by $SHLIBEXTJelmer Vernooij2003-04-041-38/+35
| * Use $SHLIBEXT, not .soJelmer Vernooij2003-04-041-2/+5
| * Re-fix regression noticed by Tom Schaefer <tom@umsl.edu> due toJeremy Allison2003-04-042-0/+5
| * Some castiness for Don McCall.Richard Sharpe2003-04-041-2/+2
| * Fix for very subtle POSIX lock interaction race condition found byJeremy Allison2003-04-043-15/+46
| * This is a merge of the NETLOGON schannel server code from SambaVolker Lendecke2003-04-047-35/+581