summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
| * - Remove RTLD_GLOBALJelmer Vernooij2002-10-302-4/+5
| | | | | | | | | | - make smb_load_module() return the return value of init_module() (This used to be commit a8d2dd8d009797486105188f8fdb898a65bb25b0)
| * added a timegm() function for systems that don't have itAndrew Tridgell2002-10-303-1/+27
| | | | | | | | (This used to be commit 732bc4519f1119100607cc84400e8f84e0c0ba9d)
| * Add init_module_function typedef for new module systemJelmer Vernooij2002-10-301-0/+3
| | | | | | | | (This used to be commit 4d1206be5275a8af7dfb612f1747fba484a7d017)
| * Add initial vesion of new module systemJelmer Vernooij2002-10-302-1/+65
| | | | | | | | (This used to be commit b5d05d3ec6808465d27e15db2a9ff48804e2e78e)
| * Added Buchan Milne's DESTDIR patch.John Terpstra2002-10-301-15/+15
| | | | | | | | (This used to be commit d134d66f989026821b29b24c8c15a112213b61d6)
| * Add autom4te.cache (used by newer autoconfs)Jelmer Vernooij2002-10-291-0/+1
| | | | | | | | (This used to be commit 94647051adc223e17997cd6688da0c71b7ea870a)
| * Fix a nice little memory leak in our uid changing code.Andrew Bartlett2002-10-291-0/+2
| | | | | | | | | | Andrew Bartlett (This used to be commit 5c4967c70dfab78733ef21e3a5eaf252a5958613)
| * Added close and unlink functions.Tim Potter2002-10-291-0/+44
| | | | | | | | (This used to be commit 3a7f8a568e9d1608c2a065e0b98488e2d068911c)
| * Fix fd leak with kernel change notify.Jeremy Allison2002-10-281-1/+1
| | | | | | | | | | Jeremy. (This used to be commit 78df2c916ae3940f0124912f99b1e0ca3914fff5)
| * Implement 'net maxrid'. Needed to find the maximum current rid toVolker Lendecke2002-10-281-0/+79
| | | | | | | | | | | | | | set 'algorithmic rid base' correctly after a 'net rpc vampire'. Volker (This used to be commit 5c0869be321852919dba1566c6bcab02e4657541)
| * Fix bug in '-d'Jelmer Vernooij2002-10-261-1/+1
| | | | | | | | (This used to be commit 8c15db105addbafd822d96d29ff1692566b92267)
| * One more step towards to better PDC.Andrew Bartlett2002-10-261-208/+330
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch, from "Stefan (metze) Metzmacher" <metze@metzemix.de> implements an LDAP connection cache. This removes the quite silly situation where every single passdb operation involved a new LDAP connection. The hope is that this will give us a decent performance boost in some usrmgr related activities, and in the sid->name/sid->uid code. The remaining things I think are 'todo' for pdb_ldap (in the near term) are: - intergrate volker's next_rid patch for NUA accounts, - add a 'trust ldap ids' option (remove Get_Pwnam() hit on enumerations). - put the group mapping actually into ldap - Schema fixes and do utf8 conversion - server failover (try a second server for the rebind on fail) - ensure we block between an 'add' and the ldap master replicating to our local slave (mezte found this issue, kills domain joins) Andrew Bartlett (This used to be commit 3418da16456511490beb0d1045fff24576b48273)
| * Make sure that we always return False if the password change never returns.Andrew Bartlett2002-10-261-4/+8
| | | | | | | | | | | | | | | | (A stuck 'unix passowrd sync' was gettting reported as 'success', causing all sorts of fun) Andrew Bartlett (This used to be commit b0d5745bb53b16e92160a6bdd2b984afb0e982ee)
| * Updates to winbind's PAM client and server - make the debug logsAndrew Bartlett2002-10-262-19/+44
| | | | | | | | | | | | | | work a bit better for password changing. Andrew Bartlett (This used to be commit 425782ba32554b90d592493a1928a926e492bb2a)
| * Fix problem where an fd would be left open for every printer queue.Jeremy Allison2002-10-261-0/+27
| | | | | | | | | | Jeremy. (This used to be commit 997c234e15a5f8d742320359a53e15a27661d456)
| * PURGE_PRINTER fix from APP_HEADGerald Carter2002-10-251-2/+0
| | | | | | | | (This used to be commit 8af12875b0608b83187e4156843e37097de4cd13)
| * Fix memory leak (patch by Steve Langasek)Jelmer Vernooij2002-10-251-0/+14
| | | | | | | | (This used to be commit 06362586cb754bd6bc89b50b966737958286ca2e)
| * Only run free_private_data when it's specified (reported by Steve Langasek ↵Jelmer Vernooij2002-10-251-1/+2
| | | | | | | | | | | | aka vorlon) (This used to be commit 9efa98b4a65a38df922ce3b83f5fde631cb70844)
| * Reverted a fix from Volker (sorry). We need to move this fix to the correctJeremy Allison2002-10-231-0/+3
| | | | | | | | | | | | place. Jeremy. (This used to be commit e46e38beabe8ae5b1ba1941dcffecbc89165ce2a)
| * much simpler code to choose a DC to contact in winbindd. We now alwaysAndrew Tridgell2002-10-231-55/+6
| | | | | | | | | | | | choose the server that has the most bits in common in its IP with one of our interfaces. (This used to be commit 31774dce67844b67cb405e65f307a20354f2cedb)
| * Debug level 12 is a typo.Jeremy Allison2002-10-231-2/+2
| | | | | | | | | | Jeremy. (This used to be commit 4d9b205362997f897be4739efd52ee2cfde4c6cb)
| * First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison2002-10-238-202/+559
| | | | | | | | | | | | | | | | This is not 100% the same as what SuSE shipped in their Samba, there is a crash bug fix, a race condition fix, and a few logic changes I'd like to discuss with Andreas. Added Andreas to (C) notices for posix_acls.c Jeremy. (This used to be commit a81d700ae9c82d4b7ea631ab7862162a2ed3d512)
| * if trusted domains are disabled then we should not try to connect toAndrew Tridgell2002-10-231-1/+6
| | | | | | | | | | them in winbindd (This used to be commit 6c7748b001836e4aa3e23dedfe28db3c8acc197a)
| * fixed a possible segv when dealing with a blank passwordAndrew Tridgell2002-10-231-2/+6
| | | | | | | | (This used to be commit d5d0d0de50482ed16c594b1cc4cc113e2526a915)
| * Fix for systems that allow more than 65536 open files per process.Jeremy Allison2002-10-223-5/+11
| | | | | | | | | | Jeremy. (This used to be commit ff537f10a0c0b6b1d9055eb776d1e8a9864e8363)
| * Some was asking to look at this code, so better it stay there until we ↵Simo Sorce2002-10-225-0/+1846
| | | | | | | | | | | | | | | | | | decide what to do with it. Last updates are support for the right way to support privileges. Simo. (This used to be commit cae9074405dec5baf6bd34d48f36e2c81b24d2ea)
| * Fixed bug in session setup kwlist.Tim Potter2002-10-211-2/+25
| | | | | | | | | | | | Added some basic error handling. Just throw a RuntimeError exception on error. (This used to be commit 06caeed588f702814be76a2b2aa7ed43504adef5)
| * Same segfault as in add_groupmem.Volker Lendecke2002-10-211-5/+10
| | | | | | | | | | Volker (This used to be commit 1f702dcd2ced6f64a619e3ddbb570f41f7f0986b)
| * pdb_unix.c did not really expect group RIDs dictated by a PDC and lookingVolker Lendecke2002-10-211-2/+4
| | | | | | | | | | | | | | like user RIDs. Volker (This used to be commit 872c7d40454545108ec9e7eee12894af77b4adc3)
| * merge from samba_3_0Gerald Carter2002-10-215-317/+94
| | | | | | | | | | | | | | | | | | | | | | | | removed the following parameters * postscript * printer driver * printer driver location * printer driver file also removed the get_a_printer_driver_9x_compatible() function (This used to be commit e7dd8cf903144393b1362719d75430a2ee7e5f27)
| * This moves the group mapping API into the passdb backend.Volker Lendecke2002-10-2116-52/+546
| | | | | | | | | | | | | | | | | | | | | | | | | | Currently this calls back to mapping.c, but we have the framework to get the information into LDAP and the passdb.tdb (should we? I think so..). This has received moderate testing with net rpc vampire and usrmgr. I found the add_groupmem segfault in add_aliasmem as well, but that will be another checkin. Volker (This used to be commit f30095852fea19421ac8e25dfe9c5cd4b2206f84)
| * I was somewhat annoyed by 'pdbedit -a vl' spitting an error messageVolker Lendecke2002-10-211-1/+7
| | | | | | | | | | | | | | at me :-) Volker (This used to be commit c4452ef22cf63c73bfb3574a55a4810af511ff20)
| * Fix usage messageJelmer Vernooij2002-10-211-1/+1
| | | | | | | | (This used to be commit 2e328928aa9bfafbfa00596f261dbc68bcd51e6b)
| * Remove obsolete acconfig.h - we now use comments in AC_DEFINE()Jelmer Vernooij2002-10-215-905/+1144
| | | | | | | | (This used to be commit dc4fcb71edc22f36cd1f6d78a211d09c418f3309)
* | Merge Jim's new rpc client code to 3.0.Jeremy Allison2002-11-071-110/+145
| | | | | | | | | | Jeremy. (This used to be commit 121c456d4347bbefd9b2ce0141e3f53a21f37066)
* | Fix the build.Jim McDonough2002-11-071-1/+4
| | | | | | | | | | | | | | Build farm! Build farm! Please check the build farm! ...or at least run make torture. (This used to be commit 36545ee9a78146fa03d27fed6c7184d5fdadb2ab)
* | Stop using hardcoded smbtrans subcommandsJim McDonough2002-11-071-3/+3
| | | | | | | | (This used to be commit 117077b172acbdf0e059feb0d598e99cec481291)
* | Define smbtrans subcommands so we can stop hardcoding themJim McDonough2002-11-071-0/+5
| | | | | | | | (This used to be commit 645c2d5c30a79d4aa28f477dbf0fc44d319fd35d)
* | Perform my janitorial duties.Tim Potter2002-11-071-6/+0
| | | | | | | | (This used to be commit 3810f13682617d043d3cffaafe8a7cb7125c4ecd)
* | Keeping 3.0 in sync....Jeremy Allison2002-11-071-7/+11
| | | | | | | | | | Jeremy. (This used to be commit 6d98ac2634d17f7f8fb17c43923ddd2b1e723d86)
* | Jeremy the janitor again... keeping 3.0 in sync with tridge's changes thisJeremy Allison2002-11-071-0/+3
| | | | | | | | | | | | time. Jeremy. (This used to be commit 3803324d3d49f81ef0a82c4a9fedae70d32cb409)
* | Keep branches in sync.....Jeremy Allison2002-11-072-15/+26
| | | | | | | | | | Jeremy. (This used to be commit faf92207e71980aaaad8b5487f5c2d6a60f7ddd1)
* | Keeping branches in sync....Jeremy Allison2002-11-071-1/+2
| | | | | | | | | | Jeremy. (This used to be commit eb937761c4047bd98990ca33e56b668465e2c228)
* | Being tpot's janitor again.... checking in things only checked into HEAD.Jeremy Allison2002-11-071-3/+4
| | | | | | | | | | | | We are meant to be keeping 3.0 up to date... Jeremy. (This used to be commit a4c8c8f3b767f0cd4c1fa977efe8bfcd3de980d0)
* | Merge of scalable printing code fix... Needs testing.Jeremy Allison2002-11-0710-54/+356
| | | | | | | | | | Jeremy. (This used to be commit d030df76439c72825d68410211e62090438cef54)
* | Sync up python stuff from HEAD.Tim Potter2002-11-077-303/+463
| | | | | | | | (This used to be commit 92c76e16fa40adc6148b9c11b3e377f35c464975)
* | Merge of get_dc_list() api change from HEAD.Tim Potter2002-11-068-123/+109
| | | | | | | | (This used to be commit 6ba7847ce2756fde94e530fd0bf2a055f3e27373)
* | Merge things that bloody tpot should be doing :-).Jeremy Allison2002-11-061-2/+14
| | | | | | | | | | Jeremy. (This used to be commit 77d534f7fd9ad74ca6d5e74860b29bb8ad54268f)
* | Ensure can_delete returns the correct error code.Jeremy Allison2002-11-051-1/+4
| | | | | | | | | | Jeremy. (This used to be commit 52af4ed9ecd8ef5f31ce00c94bc55d6013a7f65a)
* | Missed extern.Jeremy Allison2002-11-051-0/+1
| | | | | | | | | | Jeremy. (This used to be commit 13995fc0499798e546b019eb44a98614df0ded97)