summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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)
* | Fix to correctly return NT_STATUS_DELETE_PENDING.Jeremy Allison2002-11-052-0/+4
| | | | | | | | | | Jeremy. (This used to be commit 4ec381d64249203e0924b86600fe8e67ada1cb5b)
* | Merge vl's 'algorithmic rid base' patch, and my changes to pdb_smbpasswd's NUAAndrew Bartlett2002-11-053-24/+58
| | | | | | | | | | | | | | support from HEAD -> 3.0 Andrew Bartlett (This used to be commit 89d8ebd520e2a441e6d5b6b8adb6c483b0131adc)
* | Sync with HEAD.Tim Potter2002-11-0411-68/+265
| | | | | | | | (This used to be commit 0310e539bb41f569c7ae77b2d131e966adefa27b)
* | remove 'sam backend'Jelmer Vernooij2002-11-041-3/+0
| | | | | | | | (This used to be commit 373f8bcd29fec254a563161d9d0897ad810ef682)
* | port sec_desc headers reordering from HEAD.Simo Sorce2002-11-026-225/+297
| | | | | | | | | | Thanks to Andrew Brtlet for the diff :-) (This used to be commit cf67981e73cf52803eae589a6b86e1274bf72d2c)
* | Merge of my 'ldap trust ids' patch from HEAD.Andrew Bartlett2002-11-022-36/+99
| | | | | | | | | | | | | | | | | | | | This hopefully provides a peformance boost by not hitting getpwnam() for every entry in an enumeration, instead reteriving entries directly (if available). idra has reviewed this patch. Andrew Bartlett (This used to be commit 8abe71c4d7a796001c5765f4dd88c2e6f5637802)
* | Merge passdb from HEAD -> 3.0Andrew Bartlett2002-11-0229-875/+1686
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The work here includes: - metze' set/changed patch, which avoids making changes to ldap on unmodified attributes. - volker's group mapping in passdb patch - volker's samsync stuff - volkers SAMR changes. - mezte's connection caching patch - my recent changes (fix magic root check, ldap ssl) Andrew Bartlett (This used to be commit 2044d60bbe0043cdbb9aba931115672bde975d2f)
* | Fix --set-auth-user command to delete entries from the secrets file when anTim Potter2002-11-021-12/+68
| | | | | | | | | | | | | | | | | | empty username/password is passed on the command line. Previously we were leaving the domain name set and the password set to a NULL character. Added a --get-auth-user command to display the restrict anonymous username information. Can only be run successfully by root. (This used to be commit dcaf21efc5b48ddb0cbe70ce17e45c035ef525ad)
* | Some winbindd cleanups I made trying to fix cr1020:Tim Potter2002-11-022-38/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | - move winbindd client handling into accessor functions in winbindd_util.c - move some winbindd socket routines into accessor functions in winbindd_utils.c (The deadlock situation mentioned in the appliance branch is probably not applicable since we don't clear the connection cache on SIGHUP. Perhaps we should?) (This used to be commit ee0e3d31a1d1bef70810aadcdafdf9678d21ea8f)
* | Handle the case where the password used in RPC connections (for restrictTim Potter2002-11-021-3/+8
| | | | | | | | | | anonymous support) is blank. (This used to be commit b376b7dad003593d26c867ffe8f906084e42160e)
* | Display pipe name in rpc bind failure debug.Tim Potter2002-11-021-1/+2
| | | | | | | | (This used to be commit 70838b33a61a10e9bd1622611a6be3b0cac08479)
* | Merges from HEAD:Andrew Bartlett2002-11-012-1/+3
| | | | | | | | | | | | - off-by-one fix - fixes warnings about insufficent space in buffer. - fix a memleak in uid.c - we forgot to free() the allocated struct. (This used to be commit b8951a6551b352e4aac7e8b0ecf7fec3f2d9634e)
* | Tidyup of some DCERPC pipe connection debugs. The new LSA_DS stuffTim Potter2002-11-011-4/+3
| | | | | | | | | | | | generates some errors we haven't seen before which are inappropriately logged at level 0. (This used to be commit 40d5112048ab0943caef7149b7a0d9dee5256b87)
* | Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison2002-10-313-19/+25
| | | | | | | | | | Jeremy. (This used to be commit 6efd17ef78ebcfed1130312fa019d674e4663a00)
* | Check the long_archi name for NULL.Jeremy Allison2002-10-311-0/+6
| | | | | | | | | | Jeremy. (This used to be commit e504d1170da0d89da78063f0a00fc7b9294d911f)
* | One more instance of AUTHLIBS...hopefully we can get most 3.0 builds backJim McDonough2002-10-311-1/+1
| | | | | | | | | | up on the farm. (This used to be commit 134ddca56ba36580d88825f6dc24d3820e4c9810)