summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* r15466: Install the images for SWAT.Deryck Hodge2007-10-101-24/+1
* r15465: Fix segfault in SWAT.Deryck Hodge2007-10-101-0/+2
* r15464: fix dns build breakage on IRIX and OpenBSDGerald Carter2007-10-101-5/+10
* r15463: compile fix for new DNS code for machine using Bind 4 libs (old IRIX ...Gerald Carter2007-10-101-0/+8
* r15462: replace the use of OpenLDAP's ldap_domain2hostlist() forGerald Carter2007-10-108-65/+487
* r15461: Free LDAP result in ads_get_attrname_by_oid().Günther Deschner2007-10-101-1/+6
* r15460: Prefer to use the indexed objectCategory attribute (instead ofGünther Deschner2007-10-102-4/+4
* r15455: Add rpccli_samr_query_dom_info2() and return the comment string inGünther Deschner2007-10-102-0/+45
* r15454: As testing, documentation and samba4 idl indicate that there is no knownGünther Deschner2007-10-101-126/+10
* r15453: Process all the supported info levels in the samr_query_domain_info2Günther Deschner2007-10-101-0/+16
* r15452: Again purely cosmetic reformat of the samr query domain info calls.Günther Deschner2007-10-104-41/+42
* r15451: Rewrite AC_LIBTESTFUNC so that it works like the callersJames Peach2007-10-101-12/+24
* r15450: Change profiling data macros to use stack variables rather thanJames Peach2007-10-108-60/+122
* r15449: Remove unused function get_nttime_max (which claims itJames Peach2007-10-101-6/+0
* r15448: New autoconf macro to test for sysconf variables.James Peach2007-10-104-17/+31
* r15447: Teach "smbd -b" to emit the sizes of a few more types thatJames Peach2007-10-101-8/+15
* r15446: Tidy up the formatting of locking debug messages and make it moreJames Peach2007-10-104-20/+28
* r15444: Fix from Jim to ensure we do a wildcard search for SID'sJeremy Allison2007-10-101-1/+1
* r15443: Purely cosmetic reformat, no functional changes.Günther Deschner2007-10-102-227/+225
* r15442: Add some more client rpc for the querydominfo calls (from samba4 idl).Günther Deschner2007-10-104-16/+219
* r15441: cleanup older unused padding.Günther Deschner2007-10-102-4/+0
* r15438: Fix samrQueryDomainInfo level 5 where we returned our netbiosGünther Deschner2007-10-103-9/+9
* r15428: Add "smbcontrol winbind onlinestatus" for debugging purpose.Günther Deschner2007-10-105-0/+114
* r15425: Use dynamic buffers in the IRIX nsswithch module to prevent truncationJames Peach2007-10-101-78/+182
* r15424: Implement a "stacktrace" smbcontrol option using libunwind's remoteJames Peach2007-10-103-4/+238
* r15423: Correct comparison logic so that libunwind can be correctly detected.James Peach2007-10-101-1/+1
* r15419: Never write the same function twice :-). In a traversalJeremy Allison2007-10-101-62/+60
* r15417: Don't use cached credentials when changing passwords.Günther Deschner2007-10-101-1/+5
* r15411: Small debug fixes for the PAM module.Günther Deschner2007-10-101-2/+2
* r15404: Check for WRITE_THOUGH before calling lp_ fn. I hateJeremy Allison2007-10-101-1/+1
* r15402: Fix for bug #3587. Dead entries can be left in the lockingJeremy Allison2007-10-102-1/+103
* r15399: Fix the build, sorry, Jerry :)Günther Deschner2007-10-101-2/+2
* r15398: Attempt to send the correct warning when a password change was attemptedGünther Deschner2007-10-103-13/+38
* r15396: Cleanup credential caches from winbind's linked list.Günther Deschner2007-10-102-1/+18
* r15393: remove extra call to fallback user creation on member servers; it's h...Gerald Carter2007-10-101-7/+2
* r15392: In most cases, this mapping is more appropriate. (I know, it is still aGünther Deschner2007-10-101-1/+1
* r15386: Missed some functions in my last commit.Deryck Hodge2007-10-101-4/+4
* r15385: Some work to bring the python code up to date with theDeryck Hodge2007-10-109-17/+17
* r15380: default eventlog tdbs to mode 0660 to allow easier access by BUILTIN\...Gerald Carter2007-10-101-1/+1
* r15368: Remove some dead code. -- paulgPaul Green2007-10-101-8/+0
* r15360: Fix bug # 3741. One more place where the algorithmic mapping needs to...Volker Lendecke2007-10-101-5/+24
* r15359: Fix typoVolker Lendecke2007-10-101-1/+2
* r15341: Ok I give up, I've been beaten by bug reports. PeopleJeremy Allison2007-10-102-14/+83
* r15336: Unknown escape sequence: '\305' - should have been '\n'.Jeremy Allison2007-10-101-1/+1
* r15334: Fix warning. This table and function not used anymore. Jerry pleaseJeremy Allison2007-10-101-17/+0
* r15333: Paulg broke the function prototyping of decl_static_XX.Jeremy Allison2007-10-101-1/+1
* r15320: default "passdb expand explicit" to noVolker Lendecke2007-10-101-1/+1
* r15311: look at the NT password (not lanman one) when determining if smbpassw...Gerald Carter2007-10-101-1/+1
* r15310: only store lanman passwords on a change if 'lanman auth = yes'Gerald Carter2007-10-101-7/+8
* r15309: normalize printing keys when deletingGerald Carter2007-10-102-22/+3