summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Connection record not existing is not a debug level 0.Jeremy Allison2001-07-171-1/+1
* Fixes from Jens-Uwe.Walther@force.de to make the -l option behaveJeremy Allison2001-07-172-2/+2
* move the global_machine_password_needs_changing where we need it.Simo Sorce2001-07-172-2/+2
* Fix usermanager for domains - we were returning no memory when weJeremy Allison2001-07-171-10/+22
* iFix from "Shahms E. King" <shahms@shahms.com> to get cups user nameJeremy Allison2001-07-171-6/+6
* Fix for incorrect creation of print job names, based on a patch byJeremy Allison2001-07-161-2/+2
* Fix from bernd@arresum.inka.de for broken krb configure.Jeremy Allison2001-07-163-799/+788
* Fix from Jim Vopni - muliple definitions of "letter".Jeremy Allison2001-07-161-2/+0
* Test if machine password has expired.Simo Sorce2001-07-161-0/+6
* A few tweaks around linking libsmbclientRichard Sharpe2001-07-142-3/+5
* Changed instances of TRUE, FALSE to True, False as some compilers don'tTim Potter2001-07-124-26/+26
* Removed unused variable.Tim Potter2001-07-121-1/+0
* Fix a stupid error in passing options to CC under AIXRichard Sharpe2001-07-121-1/+1
* Toomas Soome's fix for joining a domain the old way.Jeremy Allison2001-07-111-1/+1
* I think this was just a typo... If there was some method to the madness thenAndrew Bartlett2001-07-111-1/+1
* This backs out my last change, which broke some of the finer points of RPCAndrew Bartlett2001-07-112-58/+11
* A serious set of changes to build libsmbclienmt. Copied much ofthis fromRichard Sharpe2001-07-112-34/+36
* Andrew B and I were commiting the same fix at the same time in differentChristopher R. Hertel2001-07-101-4/+1
* Fix tree breakage, the last change was entirly non-portable, and we alreadyAndrew Bartlett2001-07-101-1/+3
* This fixes security=domain, which has been broke since the big charsetAndrew Bartlett2001-07-103-20/+60
* Fix from John Malmberg. When I added the additional information to theChristopher R. Hertel2001-07-101-0/+3
* Try to avoid clashes with OpenSSL when built --with-ssl, they also have md5.h,Andrew Bartlett2001-07-101-0/+4
* Change the order of the -fPIC and -KPIC tests to ensure that UnixWareRichard Sharpe2001-07-101-6/+7
* much better handling of broken DNS serversAndrew Tridgell2001-07-101-16/+2
* added winbind_exclude_domain() so smbd can tell the winbind clientAndrew Tridgell2001-07-102-0/+22
* Removed unused local variables.Tim Potter2001-07-101-8/+0
* implement:Jean-François Micouleau2001-07-094-3/+1032
* add query user info level 20 (for RAS)Jean-François Micouleau2001-07-093-22/+297
* when converting ascii to unicode, if the ascii string is NULL, don'tJean-François Micouleau2001-07-091-0/+7
* split the nt_drivers.tdb in 3 separate tdb files. Should speed-up lookupsJean-François Micouleau2001-07-091-32/+114
* when retrieving by sid fill also the map.sid fieldJean-François Micouleau2001-07-091-5/+6
* allow to rename an NT groupJean-François Micouleau2001-07-091-2/+5
* fixed anonymous login in rpcclientAndrew Tridgell2001-07-081-4/+7
* removed remnants of libtoolAndrew Tridgell2001-07-085-8316/+729
* improved the command line parsing of rpcclientAndrew Tridgell2001-07-081-16/+17
* allow winbindd to run as non-root so we can test it more easilyAndrew Tridgell2001-07-082-9/+7
* formatting fixAndrew Tridgell2001-07-081-1/+1
* added sec_initial_uid() function so we can ask if a file is owned byAndrew Tridgell2001-07-081-0/+8
* fixed the auto-initialisation of the iconv descriptorsAndrew Tridgell2001-07-081-11/+11
* This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett2001-07-087-41/+24
* Fix the loading of configuration files using the include syntax.Andrew Bartlett2001-07-081-15/+19
* fixed some unicode and LANMAN2 bugs in trans2 find first/nextAndrew Tridgell2001-07-071-39/+3
* fixed some unicode and LANMAN2 bugs in trans2 find firstAndrew Tridgell2001-07-071-103/+77
* Add a new paramater: add machine scriptAndrew Bartlett2001-07-072-3/+15
* Add backend encryption support for NTLMv2.Andrew Bartlett2001-07-0710-13/+546
* You can't dump_data() a function pointer...Andrew Bartlett2001-07-071-1/+1
* Update smbtorture in line with SAMBA_2_2Andrew Bartlett2001-07-071-5/+34
* Password changing via PAM works now. DONT CHANGE THIS UNLESS YOU RE-TEST !!!!!!Jeremy Allison2001-07-062-4/+38
* fixed strrchr_mAndrew Tridgell2001-07-061-4/+3
* Don't try and open tdb secrets file in non-root/local mode.Jeremy Allison2001-07-061-2/+1