summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* Add more. Parse SIDs on the command line ... soon will actually mod theRichard Sharpe2002-11-011-11/+88
| | | | SecDescs in the NTUSER.DAT ...
* Fix a problem with spaces vs tabsRichard Sharpe2002-11-011-2/+2
|
* Revert that stupid one line change.Richard Sharpe2002-11-011-1/+0
|
* Fix small typo ...Richard Sharpe2002-11-011-1/+1
|
* Add more code to the profiles program and add Makefile.in support.Richard Sharpe2002-11-013-12/+358
|
* 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.
* Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison2002-10-313-19/+25
| | | | Jeremy.
* Re-enable use of existing kerberos tickets.Jim McDonough2002-10-311-2/+6
|
* Check the long_archi name is not null.Jeremy Allison2002-10-311-0/+6
| | | | Jeremy.
* add smb_load_modules() to load a list of modules - does this function look ok ?Jelmer Vernooij2002-10-311-0/+22
|
* search & replace doesn't always work reliably :-)Volker Lendecke2002-10-311-2/+2
| | | | Volker
* Add a small utility that can print out the SEC DESCs in NTUSER.DAT.Richard Sharpe2002-10-311-0/+250
| | | | | | | | | This is an early, messy version of the code, but it illustrates what can be done. It currently only prints the Owner SID, Group SID, and Perms and SID from each ACE. Once more work is done, it could actually walk the SEC DESCs and ACEs and change the SIDS ...
* Applied Buchan Milne's patches.John Terpstra2002-10-311-1/+1
|
* Rerun autoconfJelmer Vernooij2002-10-302-1/+5
|
* Fix build. Don't use BSD setenv. Use POSIX putenv.Jim McDonough2002-10-301-3/+6
| | | | Jeremy, it wasn't me!!!!!!
* 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
|
* - Remove RTLD_GLOBALJelmer Vernooij2002-10-302-4/+5
| | | | - make smb_load_module() return the return value of init_module()
* 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
|
* 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
|
* Fix a nice little memory leak in our uid changing code.Andrew Bartlett2002-10-291-0/+2
| | | | Andrew Bartlett
* Added close and unlink functions.Tim Potter2002-10-291-0/+44
|
* Fix fd leak with kernel change notify.Jeremy Allison2002-10-281-1/+1
| | | | Jeremy.
* 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
* Fix bug in '-d'Jelmer Vernooij2002-10-261-1/+1
|
* 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
* 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
* 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
* Fix problem where an fd would be left open for every printer queue.Jeremy Allison2002-10-261-0/+27
| | | | Jeremy.
* 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 ↵Jelmer Vernooij2002-10-251-1/+2
| | | | aka vorlon)
* Reverted a fix from Volker (sorry). We need to move this fix to the correctJeremy Allison2002-10-231-0/+3
| | | | | place. Jeremy.
* 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.
* Debug level 12 is a typo.Jeremy Allison2002-10-231-2/+2
| | | | Jeremy.
* 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.
* if trusted domains are disabled then we should not try to connect toAndrew Tridgell2002-10-231-1/+6
| | | | them in winbindd
* 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
| | | | Jeremy.
* 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.
* Fixed bug in session setup kwlist.Tim Potter2002-10-211-2/+25
| | | | | Added some basic error handling. Just throw a RuntimeError exception on error.
* Same segfault as in add_groupmem.Volker Lendecke2002-10-211-5/+10
| | | | Volker
* pdb_unix.c did not really expect group RIDs dictated by a PDC and lookingVolker Lendecke2002-10-211-2/+4
| | | | | | like user RIDs. Volker
* 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 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
* I was somewhat annoyed by 'pdbedit -a vl' spitting an error messageVolker Lendecke2002-10-211-1/+7
| | | | | | at me :-) Volker
* Fix usage messageJelmer Vernooij2002-10-211-1/+1
|