summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-07-20It looks like the rpc client code in libsmb hasn't been converted to theTim Potter1-0/+10
2001-07-19Merged across rewritten version of winbindd_kill_connections(). This nowTim Potter1-22/+15
2001-07-19#ifdef'ed out some unused functions.Tim Potter1-0/+8
2001-07-19Reran autoconf.Tim Potter1-604/+607
2001-07-18the nss and pam modules in winbind don't have strchr_m() yet, so useAndrew Tridgell6-11/+11
2001-07-18removed some unnecessary codeAndrew Tridgell1-10/+0
2001-07-18Fix the PIC flag for IRIXRichard Sharpe1-1/+1
2001-07-18don't test for root ownership of profile shared memory segmentHerb Lewis1-0/+2
2001-07-17Tidied up calling yield_connection on connection allocation fail.Jeremy Allison2-1/+6
2001-07-17Connection record not existing is not a debug level 0.Jeremy Allison1-1/+1
2001-07-17Fixes from Jens-Uwe.Walther@force.de to make the -l option behaveJeremy Allison2-2/+2
2001-07-17move the global_machine_password_needs_changing where we need it.Simo Sorce2-2/+2
2001-07-17Fix usermanager for domains - we were returning no memory when weJeremy Allison1-10/+22
2001-07-17iFix from "Shahms E. King" <shahms@shahms.com> to get cups user nameJeremy Allison1-6/+6
2001-07-16Fix for incorrect creation of print job names, based on a patch byJeremy Allison1-2/+2
2001-07-16Fix from bernd@arresum.inka.de for broken krb configure.Jeremy Allison3-799/+788
2001-07-16Fix from Jim Vopni - muliple definitions of "letter".Jeremy Allison1-2/+0
2001-07-16Test if machine password has expired.Simo Sorce1-0/+6
2001-07-14A few tweaks around linking libsmbclientRichard Sharpe2-3/+5
2001-07-12Changed instances of TRUE, FALSE to True, False as some compilers don'tTim Potter4-26/+26
2001-07-12Removed unused variable.Tim Potter1-1/+0
2001-07-12Fix a stupid error in passing options to CC under AIXRichard Sharpe1-1/+1
2001-07-11Toomas Soome's fix for joining a domain the old way.Jeremy Allison1-1/+1
2001-07-11I think this was just a typo... If there was some method to the madness thenAndrew Bartlett1-1/+1
2001-07-11This backs out my last change, which broke some of the finer points of RPCAndrew Bartlett2-58/+11
2001-07-11A serious set of changes to build libsmbclienmt. Copied much ofthis fromRichard Sharpe2-34/+36
2001-07-10Andrew B and I were commiting the same fix at the same time in differentChristopher R. Hertel1-4/+1
2001-07-10Fix tree breakage, the last change was entirly non-portable, and we alreadyAndrew Bartlett1-1/+3
2001-07-10This fixes security=domain, which has been broke since the big charsetAndrew Bartlett3-20/+60
2001-07-10Fix from John Malmberg. When I added the additional information to theChristopher R. Hertel1-0/+3
2001-07-10Try to avoid clashes with OpenSSL when built --with-ssl, they also have md5.h,Andrew Bartlett1-0/+4
2001-07-10Change the order of the -fPIC and -KPIC tests to ensure that UnixWareRichard Sharpe1-6/+7
2001-07-10much better handling of broken DNS serversAndrew Tridgell1-16/+2
2001-07-10added winbind_exclude_domain() so smbd can tell the winbind clientAndrew Tridgell2-0/+22
2001-07-10Removed unused local variables.Tim Potter1-8/+0
2001-07-09implement:Jean-François Micouleau4-3/+1032
2001-07-09add query user info level 20 (for RAS)Jean-François Micouleau3-22/+297
2001-07-09when converting ascii to unicode, if the ascii string is NULL, don'tJean-François Micouleau1-0/+7
2001-07-09split the nt_drivers.tdb in 3 separate tdb files. Should speed-up lookupsJean-François Micouleau1-32/+114
2001-07-09when retrieving by sid fill also the map.sid fieldJean-François Micouleau1-5/+6
2001-07-09allow to rename an NT groupJean-François Micouleau1-2/+5
2001-07-08fixed anonymous login in rpcclientAndrew Tridgell1-4/+7
2001-07-08removed remnants of libtoolAndrew Tridgell5-8316/+729
2001-07-08improved the command line parsing of rpcclientAndrew Tridgell1-16/+17
2001-07-08allow winbindd to run as non-root so we can test it more easilyAndrew Tridgell2-9/+7
2001-07-08formatting fixAndrew Tridgell1-1/+1
2001-07-08added sec_initial_uid() function so we can ask if a file is owned byAndrew Tridgell1-0/+8
2001-07-08fixed the auto-initialisation of the iconv descriptorsAndrew Tridgell1-11/+11
2001-07-08This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett7-41/+24
2001-07-08Fix the loading of configuration files using the include syntax.Andrew Bartlett1-15/+19