summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Clean up this a little - add comments describing a bit of what is going onAndrew Bartlett2002-11-021-5/+6
| | | | | here. (This used to be commit 88455313f6551a75eff4df2f0ba91430948c1c78)
* Add a 'ldap trust ids' option that lets pdb_ldap check for posixAccountAndrew Bartlett2002-11-023-40/+134
| | | | | | | | | | | | | | attributes rather than calling getpwnam() on the user. This should help fix some of metze's performance issues - particularly on enumerations. There is a consequential change to the operation of 'non unix account's in LDAP - they are no longer restricted to being 'within' the NUA range, but will always be added to that range. Finally, there is the doco for this and the previous LDAP SSL changes. (This used to be commit 18abaeffda300074a507561d8372d5bfddc8fe50)
* Make sure that %u is used for SID elements ...Richard Sharpe2002-11-021-1/+1
| | | | (This used to be commit 82f6b264037a2f1b882dc75bc43c6c8b41477270)
* Return the result code, not false (0 == success) on error...Andrew Bartlett2002-11-021-1/+1
| | | | (This used to be commit f91c363bc05d1c82ad8a99a5c0d59b46cf820aac)
* Fixes for pdb_ldap:Andrew Bartlett2002-11-022-111/+105
| | | | | | | | | | | | | | - Default is now for start-tls, on the ldap (not ldaps) port - We check for 'I am currently root' in the right place now, and don't accidentily use a cached connection. - We don't loop on failure to be root, or some other errors. - A bit cleaner error reporting for add/modify. - Both the OpenLDAP and manual URI parsing tested. Andrew Bartlett (This used to be commit cfa1e459d727764feddcfdd8c9c0404282e2d0e8)
* 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 0bb9bc196207fb35c9de6accbe101937a687762f)
* 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 846b5494942c73e68616e7eae0d2fd5ae4b2bc05)
* Add popt_common_socket_optionsJelmer Vernooij2002-11-021-0/+1
| | | | (This used to be commit a15434314fd8cd88eab40e7cbc8f06a7d0d0169e)
* 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 7badccda46a0837dd9da802b44c2fbcb4f38845a)
* Display pipe name in rpc bind failure debug.Tim Potter2002-11-021-1/+2
| | | | (This used to be commit 62ab0f8cbe7c517084383bdc9a8c97404ad27147)
* Convert to poptJelmer Vernooij2002-11-021-87/+30
| | | | (This used to be commit 9ea7440ac4a3dbb98e34ccb8ee78e0bd782fa704)
* Initial updating of DiagnosisJelmer Vernooij2002-11-021-13/+17
| | | | (This used to be commit 4fc8f1d3f29e36c8c1a04d6907c4bed3d6547e35)
* Update status of docs - some more manpages are now up-to-dateJelmer Vernooij2002-11-021-2/+2
| | | | (This used to be commit 675226f1a1e2cc424f24bb2f22c730185db0c949)
* Update manpages - make ready for 3.0Jelmer Vernooij2002-11-024-17/+59
| | | | (This used to be commit 1a06235f183c2dcc6efc056043252246a4f31139)
* Add the changes to change the SIDs ...Richard Sharpe2002-11-011-19/+45
| | | | | | | | | You must make two passes over NTUSER.DAT, one for the OWNER SID and one for GROUP SID. I have not tested this yet ... that is, I have not tried to use this on a Win2K etc server. (This used to be commit 7eb89ba467a66190775943834683a42b693d2e3b)
* Add more. Parse SIDs on the command line ... soon will actually mod theRichard Sharpe2002-11-011-11/+88
| | | | | SecDescs in the NTUSER.DAT ... (This used to be commit dbc608ba7e591175cd02f4adfdcfecd1350526a5)
* Fix a problem with spaces vs tabsRichard Sharpe2002-11-011-2/+2
| | | | (This used to be commit 26857be78cda1e6d6cae9bc87d34cdad12492748)
* Revert that stupid one line change.Richard Sharpe2002-11-011-1/+0
| | | | (This used to be commit 095af10ff2e549b82c646df5ed20cf05352a3994)
* Fix small typo ...Richard Sharpe2002-11-011-1/+1
| | | | (This used to be commit 59735a5aac88b076320874f06056d50947396fb3)
* Add more code to the profiles program and add Makefile.in support.Richard Sharpe2002-11-013-12/+358
| | | | (This used to be commit daefe52a56a7b977b8e561f8f668c42183de413b)
* 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 bd64de3716ffa9c3ebec282aa5cc0f773d3d8096)
* Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison2002-10-313-19/+25
| | | | | Jeremy. (This used to be commit d05b147fb3f32031a202cf61703dc2fd969f4617)
* Add initial upgrading doc (doesn't contain much currently)Jelmer Vernooij2002-10-315-36/+50
| | | | | Start using more entities (This used to be commit 6c442fe5c90902718d9a381e6b2518c0b4aab3de)
* Re-enable use of existing kerberos tickets.Jim McDonough2002-10-311-2/+6
| | | | (This used to be commit 6ec5dce69834e72e458a8acff7d1790cbdd46d67)
* Check the long_archi name is not null.Jeremy Allison2002-10-311-0/+6
| | | | | Jeremy. (This used to be commit 9e47aa32ed96faff4a68a8e360c1353fc011adf1)
* add smb_load_modules() to load a list of modules - does this function look ok ?Jelmer Vernooij2002-10-311-0/+22
| | | | (This used to be commit a82dbb3c22e6cb2096efb87c12a6006642806aac)
* search & replace doesn't always work reliably :-)Volker Lendecke2002-10-311-2/+2
| | | | | Volker (This used to be commit 54115fd16ff10d1958153268dfd0f22f3c400bb5)
* 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 ... (This used to be commit 322151509c255aa288627ae239661154ab0c83d5)
* Another Buchan Milne patch that escaped the last commit.John Terpstra2002-10-311-1/+1
| | | | (This used to be commit 4cfa5425201087f579fa4091ce3fbf83e76a7d1a)
* Applied Buchan Milne's patches.John Terpstra2002-10-315-33/+16
| | | | (This used to be commit ce5a7084540feff7354d2005e25cef581ad500db)
* Rerun autoconfJelmer Vernooij2002-10-302-1/+5
| | | | (This used to be commit ff10786c9d4662af355c12cc7363092dc5187e99)
* Fix build. Don't use BSD setenv. Use POSIX putenv.Jim McDonough2002-10-301-3/+6
| | | | | Jeremy, it wasn't me!!!!!! (This used to be commit 00d4e5c67b8a3b8eafa56fd46fbaf4922030dd81)
* use sys_dlopen instead of dlopen (thanks to jra for noticing)Jelmer Vernooij2002-10-301-1/+1
| | | | (This used to be commit 86eb0a25b1df8ca25872f9846a74d0f13a4ad045)
* Fix boog in argument list for nt_create_andx.Tim Potter2002-10-301-1/+1
| | | | (This used to be commit 6945e89e2d10743635f01420c83d405a2d4cb356)
* The locking description in this doc is outdated - note thatJelmer Vernooij2002-10-301-0/+7
| | | | (This used to be commit 125c2fea550a88cf28fa82281b69a25b644edc4a)
* - 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)
* Not sure why this is here - so off it goes.John Terpstra2002-10-301-1720/+0
| | | | (This used to be commit f50b2c854ef7eaec7c6b9154fc9c1af7cb08e152)
* Adding Buchan Milne's updates from HEAD.John Terpstra2002-10-304-0/+1720
| | | | (This used to be commit e55e4c8dd66fd156a385c93f43c07bf778e2e764)
* Adding Buchan Milne's updates.John Terpstra2002-10-3018-284/+2316
| | | | (This used to be commit d816c35c1d8db343c76a32a6d01952d2c192b092)
* 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)
* We also support security = serverJelmer Vernooij2002-10-291-1/+1
| | | | (This used to be commit 5bd2c390e883ced39ca89d0180d87a35ce396e96)
* 2.2 was the previous release - don't talk about it like it's currentJelmer Vernooij2002-10-291-1/+1
| | | | (This used to be commit 752ef9463dc8b60cb0069344c3e30f65290270a1)
* Small markup fixesJelmer Vernooij2002-10-291-2/+3
| | | | (This used to be commit c11b611bacc51ba57943cfd7988743194facaae2)
* -E doesn't take argumentsJelmer Vernooij2002-10-291-1/+1
| | | | (This used to be commit 932b364de79407b3996061c0ae66117d39045e4d)
* Sync with actual changesJelmer Vernooij2002-10-291-4/+2
| | | | (This used to be commit 706a87e774a2a976edb40c07b2a8a22cc9309ca1)
* 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)