summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-07-23Call cli_samr_lookup_rids() in bunches of < 1000 rids to avoid crashingTim Potter1-8/+42
2001-07-23Added a warning debug if cli_samr_lookup_rids is called with more than 1000Tim Potter1-1/+7
2001-07-22if EILSEQ doesn't exist then use EIO. It doesn't really matter whatAndrew Tridgell1-2/+3
2001-07-22changed the iconv interface to go via ucs2 for all conversions. ThisAndrew Tridgell4-79/+195
2001-07-22switch from UCS2 to UCS-2LEAndrew Tridgell2-18/+3
2001-07-21This patch fixes up a few issues where we would do lookups in the local systemAndrew Bartlett1-38/+42
2001-07-20This should fix the build, I think tpot just missed the file for his CVSAndrew Bartlett1-0/+1
2001-07-20^$&%&*$&)% readline uses \n characters instead of letting the terminal wrapTim Potter1-13/+34
2001-07-20In cli_lsa_lookup_sids() don't append a separator character between domainTim Potter1-1/+2
2001-07-20Started adding some help/usage info for rpcclient commands.Tim Potter7-68/+128
2001-07-20Changed the cli_lsa_lookup_sids() function to unpack the domain and user orTim Potter1-3/+7
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