summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Rerun autoconfJelmer Vernooij2002-10-302-1/+5
| * Fix build. Don't use BSD setenv. Use POSIX putenv.Jim McDonough2002-10-301-3/+6
| * use sys_dlopen instead of dlopen (thanks to jra for noticing)Jelmer Vernooij2002-10-301-1/+1
| * Fix boog in argument list for nt_create_andx.Tim Potter2002-10-301-1/+1
| * The locking description in this doc is outdated - note thatJelmer Vernooij2002-10-301-0/+7
| * - Remove RTLD_GLOBALJelmer Vernooij2002-10-302-4/+5
| * added a timegm() function for systems that don't have itAndrew Tridgell2002-10-303-1/+27
| * Add init_module_function typedef for new module systemJelmer Vernooij2002-10-301-0/+3
| * Add initial vesion of new module systemJelmer Vernooij2002-10-302-1/+65
| * Not sure why this is here - so off it goes.John Terpstra2002-10-301-1720/+0
| * Adding Buchan Milne's updates from HEAD.John Terpstra2002-10-304-0/+1720
| * Adding Buchan Milne's updates.John Terpstra2002-10-3018-284/+2316
| * Added Buchan Milne's DESTDIR patch.John Terpstra2002-10-301-15/+15
| * Add autom4te.cache (used by newer autoconfs)Jelmer Vernooij2002-10-291-0/+1
| * We also support security = serverJelmer Vernooij2002-10-291-1/+1
| * 2.2 was the previous release - don't talk about it like it's currentJelmer Vernooij2002-10-291-1/+1
| * Small markup fixesJelmer Vernooij2002-10-291-2/+3
| * -E doesn't take argumentsJelmer Vernooij2002-10-291-1/+1
| * Sync with actual changesJelmer Vernooij2002-10-291-4/+2
| * Fix a nice little memory leak in our uid changing code.Andrew Bartlett2002-10-291-0/+2
| * Added close and unlink functions.Tim Potter2002-10-291-0/+44
| * Fix fd leak with kernel change notify.Jeremy Allison2002-10-281-1/+1
| * Fix typo (-s -> -S)Jelmer Vernooij2002-10-281-2/+2
| * Update info on ldap suffix (thanks metze)Jelmer Vernooij2002-10-281-1/+1
| * document ldap suffixJelmer Vernooij2002-10-281-0/+2
| * Implement 'net maxrid'. Needed to find the maximum current rid toVolker Lendecke2002-10-281-0/+79
| * Remove make_printerdef from binary install process.John Terpstra2002-10-271-1/+1
| * Fix bug in '-d'Jelmer Vernooij2002-10-261-1/+1
| * One more step towards to better PDC.Andrew Bartlett2002-10-261-208/+330
| * Make sure that we always return False if the password change never returns.Andrew Bartlett2002-10-261-4/+8
| * Updates to winbind's PAM client and server - make the debug logsAndrew Bartlett2002-10-262-19/+44
| * 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
| * Document -P and -V (patch from Guenther Deschner <gd@suse.de>)Jelmer Vernooij2002-10-241-0/+32
| * Reverted a fix from Volker (sorry). We need to move this fix to the correctJeremy Allison2002-10-231-0/+3
| * Move OID documents to web moduleJelmer Vernooij2002-10-232-46/+0
| * 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