summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* fix some warnings from the Sun compilerGerald Carter2004-01-096-34/+34
* Romve debugging assertions (oops...)Andrew Bartlett2004-01-091-6/+0
* Add a new type of name lookup 'ads'. This seperates this from normalAndrew Bartlett2004-01-091-33/+59
* Use StrCaseCmp, not strcasecmp. Should fix winbind build on IRIXJelmer Vernooij2004-01-081-2/+2
* fix segfault when sid_ptr == 0 in DsEnumDomainTrusts() replyGerald Carter2004-01-082-6/+5
* fix a seg fault caused by abartlet's last checkin; there's no way this could ...Gerald Carter2004-01-081-1/+1
* use SAFE_FREE(), not free().Andrew Bartlett2004-01-081-1/+1
* This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett2004-01-0820-158/+298
* In tdb_allocate(), we would create a new record by writing a local variableAndrew Bartlett2004-01-081-0/+2
* Make it clearer that the domain here is the domain of the user forAndrew Bartlett2004-01-081-5/+5
* Move more of winbind to use 'find_our_domain()' rather than the dangerousAndrew Bartlett2004-01-085-48/+38
* The correct test for 'is our primary domain' is domain->primaryAndrew Bartlett2004-01-081-1/+1
* Machines are people too!Andrew Bartlett2004-01-075-36/+25
* Fix for bug #922. Fast path not called for strlower_m() and strupper_m().Jeremy Allison2004-01-071-2/+2
* Typo fix.Rafal Szczesniak2004-01-071-1/+1
* Doxygen comment fix.Rafal Szczesniak2004-01-071-2/+5
* Fix from Justin Baugh <justin.baugh@request.com> for bugid #948 forJeremy Allison2004-01-071-1/+4
* commiting jra's fix for Exchange clear test authGerald Carter2004-01-071-1/+2
* Fix from Luke Howard <lukeh@PADL.COM> for incorrect early free().Jeremy Allison2004-01-071-5/+7
* Don't duplicate pulling the 'IPC' username from secrets.tdb, insteadAndrew Bartlett2004-01-072-7/+45
* There is a German translation of swat -- surprise :-)Volker Lendecke2004-01-071-5/+5
* Add smbget utility, a simple wget-like utility that uses libsmbclient.Jelmer Vernooij2004-01-072-1/+581
* Fix segfualt caused by incorrect configuration. If lp_realm() was not set,Andrew Bartlett2004-01-061-5/+9
* Patch penguin. Cleaning out old mbp patch.Jeremy Allison2004-01-061-22/+24
* Fix -s option to smbcontrol (#908)Jelmer Vernooij2004-01-061-1/+1
* remove unused seek_file(); don't hardcode '\' when printing the auth-userGerald Carter2004-01-062-26/+1
* bumping to 3.0.2pre2Gerald Carter2004-01-061-1/+1
* isolate ldap debug messages to the common smbldap_XXX() functionsGerald Carter2004-01-063-12/+9
* XFS quota patch from Stefan Metzmacher <metze@metzemix.de>.Jeremy Allison2004-01-065-42/+74
* Correctly detect AFS headers on SuSE in /usr/include/afs/afs/Volker Lendecke2004-01-061-6/+46
* Patch by Stefan Metzmacher <metze@metzemix.de>:Andrew Bartlett2004-01-061-0/+4
* Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison2004-01-068-133/+323
* Ensure that for wbinfo --set-auth-user, we actually use the domain.Andrew Bartlett2004-01-061-2/+2
* cifs mount helper mergeSteve French2004-01-051-226/+450
* Fix more cases to ensure that as a server, we don't complain to the clientAndrew Bartlett2004-01-051-3/+1
* Added last missing file.Jeremy Allison2004-01-051-0/+486
* Oops. Broke the build. Added missing files.Jeremy Allison2004-01-054-0/+1109
* Fix from James Flemer <jflemer@uvm.edu> to make HAVE_ATTR_LIST linked toJeremy Allison2004-01-051-3/+3
* fix inverted check using krb5_kt_resolve() and HAVE_MEMORY_KEYTAB; bug 912Gerald Carter2004-01-051-2/+2
* Patch from Stefan (metze) Metzmacher <metze at metzemix.de> to revert to 2.2....Jeremy Allison2004-01-055-776/+133
* Ensure we set "always sign" flag if set. We don't currently do anything withJeremy Allison2004-01-051-0/+4
* Fix warningVolker Lendecke2004-01-051-1/+1
* Don't free the encrypted_session_key early - that causes the subsequentAndrew Bartlett2004-01-051-1/+1
* shorten some more lines.Andrew Bartlett2004-01-051-7/+14
* Try to keep vl happy - shorten some of these lines.Andrew Bartlett2004-01-051-6/+12
* Grumble... grumble... fix the build...Andrew Bartlett2004-01-051-5/+7
* Show the sid type in name->sid translatons in a way that can be easilyAndrew Bartlett2004-01-051-1/+1
* Always call the auto-init funciton - this avoids tdb segfaulting underAndrew Bartlett2004-01-051-0/+6
* Correctly handle per-pipe NTLMSSP inside a NULL session. Previously weAndrew Bartlett2004-01-052-7/+20
* Change our Domain controller lookup routines to more carefully seperateAndrew Bartlett2004-01-059-121/+144