summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Rewrite of smbcontrol - it was a bit of a mess. It should now be muchTim Potter2003-04-091-530/+573
* Set character set to default (UTF-8) before running tests.Martin Pool2003-04-091-0/+3
* t_push_ucs2, t_strcmp: Run tests only once by default, rather thanMartin Pool2003-04-092-6/+12
* forgotten merge left on disk; remove extra SAFE_FREE()Gerald Carter2003-04-091-2/+0
* Install libsmbclient.h from $(srcdir)Tim Potter2003-04-091-1/+1
* Autoconfiscate the name of the winbind shared library file. UnderTim Potter2003-04-092-9/+8
* Winbind client for AIX. Written by Steve Roylance.Tim Potter2003-04-091-0/+411
* Ensure print queue array is zeroed out before returning.Jeremy Allison2003-04-091-0/+1
* reworked to not malloc PATH_MAX long stringsSimo Sorce2003-04-081-11/+11
* Update smbmount to include unicode and lfs capabilities options -- smbfs supp...Alexander Bokovoy2003-04-081-9/+16
* some more debugging in case of failureSimo Sorce2003-04-082-3/+4
* Integrate abartlet's t_push_ucs2 test into test framework:Martin Pool2003-04-084-5/+78
* Merge from 1.2.2.2:Martin Pool2003-04-081-1/+1
* Patch from Steve Langasek <corlon@netexpress.net>John Terpstra2003-04-083-58/+85
* Added some preprocessor tricks to stop TRUE and FALSE from continuallyTim Potter2003-04-081-1/+14
* Merge from 3_0: Build a lookup table of valid DOS characters justMartin Pool2003-04-082-5/+59
* We never actually got an 'ads' auth module, so don't send the auth subsystemAndrew Bartlett2003-04-071-1/+1
* Some comment updates, notably that I haven't seen the group membership arraysJim McDonough2003-04-071-0/+9
* BUGS.txt -> Bugs Appendix in HOWTO collectionJelmer Vernooij2003-04-071-1/+1
* remove unnened and wrong instructionsSimo Sorce2003-04-071-2/+0
* fix wrong string handlingSimo Sorce2003-04-071-3/+4
* Decode the PAC! This patch just decodes it and then frees it, so it's justJim McDonough2003-04-075-2/+636
* make installclientlib depend on the shared-linked or statically-linked versionJelmer Vernooij2003-04-071-1/+1
* Don't make installclientlib depend on the shared-linked version of libsmbclie...Jelmer Vernooij2003-04-071-1/+1
* 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