summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix problem where an fd would be left open for every printer queue.Jeremy Allison2002-10-261-0/+27
| * PURGE_PRINTER fix from APP_HEADGerald Carter2002-10-251-2/+0
| * Fix memory leak (patch by Steve Langasek)Jelmer Vernooij2002-10-251-0/+14
| * Only run free_private_data when it's specified (reported by Steve Langasek ak...Jelmer Vernooij2002-10-251-1/+2
| * Reverted a fix from Volker (sorry). We need to move this fix to the correctJeremy Allison2002-10-231-0/+3
| * much simpler code to choose a DC to contact in winbindd. We now alwaysAndrew Tridgell2002-10-231-55/+6
| * Debug level 12 is a typo.Jeremy Allison2002-10-231-2/+2
| * First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison2002-10-238-202/+559
| * if trusted domains are disabled then we should not try to connect toAndrew Tridgell2002-10-231-1/+6
| * fixed a possible segv when dealing with a blank passwordAndrew Tridgell2002-10-231-2/+6
| * Fix for systems that allow more than 65536 open files per process.Jeremy Allison2002-10-223-5/+11
| * Some was asking to look at this code, so better it stay there until we decide...Simo Sorce2002-10-225-0/+1846
| * Fixed bug in session setup kwlist.Tim Potter2002-10-211-2/+25
| * Same segfault as in add_groupmem.Volker Lendecke2002-10-211-5/+10
| * pdb_unix.c did not really expect group RIDs dictated by a PDC and lookingVolker Lendecke2002-10-211-2/+4
| * merge from samba_3_0Gerald Carter2002-10-215-317/+94
| * This moves the group mapping API into the passdb backend.Volker Lendecke2002-10-2116-52/+546
| * I was somewhat annoyed by 'pdbedit -a vl' spitting an error messageVolker Lendecke2002-10-211-1/+7
| * Fix usage messageJelmer Vernooij2002-10-211-1/+1
| * Remove obsolete acconfig.h - we now use comments in AC_DEFINE()Jelmer Vernooij2002-10-215-905/+1144
* | Merge Jim's new rpc client code to 3.0.Jeremy Allison2002-11-071-110/+145
* | Fix the build.Jim McDonough2002-11-071-1/+4
* | Stop using hardcoded smbtrans subcommandsJim McDonough2002-11-071-3/+3
* | Define smbtrans subcommands so we can stop hardcoding themJim McDonough2002-11-071-0/+5
* | Perform my janitorial duties.Tim Potter2002-11-071-6/+0
* | Keeping 3.0 in sync....Jeremy Allison2002-11-071-7/+11
* | Jeremy the janitor again... keeping 3.0 in sync with tridge's changes thisJeremy Allison2002-11-071-0/+3
* | Keep branches in sync.....Jeremy Allison2002-11-072-15/+26
* | Keeping branches in sync....Jeremy Allison2002-11-071-1/+2
* | Being tpot's janitor again.... checking in things only checked into HEAD.Jeremy Allison2002-11-071-3/+4
* | Merge of scalable printing code fix... Needs testing.Jeremy Allison2002-11-0710-54/+356
* | Sync up python stuff from HEAD.Tim Potter2002-11-077-303/+463
* | Merge of get_dc_list() api change from HEAD.Tim Potter2002-11-068-123/+109
* | Merge things that bloody tpot should be doing :-).Jeremy Allison2002-11-061-2/+14
* | Ensure can_delete returns the correct error code.Jeremy Allison2002-11-051-1/+4
* | Missed extern.Jeremy Allison2002-11-051-0/+1
* | Fix to correctly return NT_STATUS_DELETE_PENDING.Jeremy Allison2002-11-052-0/+4
* | Merge vl's 'algorithmic rid base' patch, and my changes to pdb_smbpasswd's NUAAndrew Bartlett2002-11-053-24/+58
* | Sync with HEAD.Tim Potter2002-11-0411-68/+265
* | remove 'sam backend'Jelmer Vernooij2002-11-041-3/+0
* | port sec_desc headers reordering from HEAD.Simo Sorce2002-11-026-225/+297
* | Merge of my 'ldap trust ids' patch from HEAD.Andrew Bartlett2002-11-022-36/+99
* | Merge passdb from HEAD -> 3.0Andrew Bartlett2002-11-0229-875/+1686
* | Fix --set-auth-user command to delete entries from the secrets file when anTim Potter2002-11-021-12/+68
* | Some winbindd cleanups I made trying to fix cr1020:Tim Potter2002-11-022-38/+108
* | Handle the case where the password used in RPC connections (for restrictTim Potter2002-11-021-3/+8
* | Display pipe name in rpc bind failure debug.Tim Potter2002-11-021-1/+2
* | Merges from HEAD:Andrew Bartlett2002-11-012-1/+3
* | Tidyup of some DCERPC pipe connection debugs. The new LSA_DS stuffTim Potter2002-11-011-4/+3
* | Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison2002-10-313-19/+25