summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* standlone servers don't have any trusted domainsGerald Carter2003-07-081-0/+5
* fix bone head mistake when setting the uid in the server_info struct.Gerald Carter2003-07-081-11/+3
* Initialise the uid and gid values to a safe default in make_server_info()Tim Potter2003-07-081-0/+8
* fix some formattingGerald Carter2003-07-081-25/+24
* fix temporary bug so people can test 3.0 again; make sure to initialize the u...Gerald Carter2003-07-081-1/+2
* Spelling.Tim Potter2003-07-081-1/+1
* Fix spotted by Nadav Danieli <nadavd@exanet.com> - ensure dev and inodeJeremy Allison2003-07-071-0/+10
* Fix the build...Jeremy Allison2003-07-071-2/+1
* Fix from MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp> for new MB statcacheJeremy Allison2003-07-071-7/+9
* another compile fixGerald Carter2003-07-071-1/+1
* fix some compile problems. Can't get IDMAP_OBJ our of proto.hGerald Carter2003-07-072-6/+8
* Cleaning up linking issues. sam/idmap*.c only links inGerald Carter2003-07-076-305/+134
* Fixed a couple of const issues with the new code.Jeremy Allison2003-07-072-3/+3
* temporarily disable a sanity check to prevent winbindd from deadlockingGerald Carter2003-07-071-1/+3
* and so it begins....Gerald Carter2003-07-0721-277/+874
* Call the synchronous version of the ldap delete function otherwise we end upTim Potter2003-07-071-1/+1
* Fix ldapsam_getsampwsid to correctly only say 'no such user' when indeed thereAndrew Bartlett2003-07-061-13/+13
* This changes our Unix primary GID behaviour back to what most people expect:Andrew Bartlett2003-07-063-10/+7
* This parameter is unused.Andrew Bartlett2003-07-051-4/+0
* Fix commentAndrew Bartlett2003-07-051-1/+1
* Add some debug statments to our vampire code - try to make it easier to trackAndrew Bartlett2003-07-057-13/+48
* Fixes to our LDAP/vampire codepaths:Andrew Bartlett2003-07-057-48/+123
* PAM should operate on the Unix username, not the NT username (which might notAndrew Bartlett2003-07-051-6/+6
* Allow modification of an existing entry.Andrew Bartlett2003-07-051-15/+36
* Add smb_event_id to list of return types (patch from metze)Jelmer Vernooij2003-07-041-1/+1
* More conversions I missed. Thanks metze.Jeremy Allison2003-07-043-7/+7
* Fixed strlower changes I missed. Pointed out by metze.Jeremy Allison2003-07-042-4/+4
* Don't allow RIDs (in our domain) below 1000 (or algorithmic rid base) to beAndrew Bartlett2003-07-041-0/+5
* This patch cleans up some of our ldap code, for better behaviour:Andrew Bartlett2003-07-048-990/+724
* Fix memleak in groupdb. Spotted by MetzeAlexander Bokovoy2003-07-041-1/+1
* Display libraries detected by configure but before configureTim Potter2003-07-041-0/+12
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-0356-280/+268
* Fix for bug #199 (xp driver uploads). Needed to supportGerald Carter2003-07-031-6/+14
* fix for bug #200. flush connections if the machine trsut accountGerald Carter2003-07-031-1/+31
* Missed this in the previous patch - we now have a seperate idea of theAndrew Bartlett2003-07-031-1/+1
* This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett2003-07-0311-64/+97
* Some fixes for ads printer publish:Tim Potter2003-07-031-6/+26
* Implemented 'net ads printer search' which searches the directory forTim Potter2003-07-032-1/+46
* fix bug #190; WINS server was getting marked as dead when it was not.Gerald Carter2003-07-031-2/+14
* Fix bug in doxygen comments for ads search functions.Tim Potter2003-07-031-4/+4
* well this was easy...Gerald Carter2003-07-032-4/+19
* Fix for idmap startup bug with remote ldap backend.Jeremy Allison2003-07-021-21/+47
* Fixing problems in the iconv discovery stuff in configure.in.Richard Sharpe2003-07-022-1/+2
* Added fix for Japanese case names in statcache - these can changeJeremy Allison2003-07-023-4/+82
* SAMBA_3_0 will now become beta3Gerald Carter2003-07-021-1/+1
* Fix poptOption definition for --no-pass and --kerberos options. The 'value'Tim Potter2003-07-021-2/+2
* Suggest the user runs kinit if smbclient -k returns NT_STATUS_MORE_PROCESSING...Tim Potter2003-07-021-0/+4
* Uppercase first letter of debug level 0 statements.Tim Potter2003-07-021-2/+2
* #ifdef out apparently unused function.Tim Potter2003-07-021-0/+4
* Whitespace reformat before applying a patch.Jeremy Allison2003-07-021-184/+187