summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-11-01Add more. Parse SIDs on the command line ... soon will actually mod theRichard Sharpe1-11/+88
SecDescs in the NTUSER.DAT ... (This used to be commit dbc608ba7e591175cd02f4adfdcfecd1350526a5)
2002-11-01Fix a problem with spaces vs tabsRichard Sharpe1-2/+2
(This used to be commit 26857be78cda1e6d6cae9bc87d34cdad12492748)
2002-11-01Revert that stupid one line change.Richard Sharpe1-1/+0
(This used to be commit 095af10ff2e549b82c646df5ed20cf05352a3994)
2002-11-01Fix small typo ...Richard Sharpe1-1/+1
(This used to be commit 59735a5aac88b076320874f06056d50947396fb3)
2002-11-01Add more code to the profiles program and add Makefile.in support.Richard Sharpe3-12/+358
(This used to be commit daefe52a56a7b977b8e561f8f668c42183de413b)
2002-11-01Tidyup of some DCERPC pipe connection debugs. The new LSA_DS stuffTim Potter1-4/+3
generates some errors we haven't seen before which are inappropriately logged at level 0. (This used to be commit bd64de3716ffa9c3ebec282aa5cc0f773d3d8096)
2002-10-31Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison3-19/+25
Jeremy. (This used to be commit d05b147fb3f32031a202cf61703dc2fd969f4617)
2002-10-31Add initial upgrading doc (doesn't contain much currently)Jelmer Vernooij5-36/+50
Start using more entities (This used to be commit 6c442fe5c90902718d9a381e6b2518c0b4aab3de)
2002-10-31Re-enable use of existing kerberos tickets.Jim McDonough1-2/+6
(This used to be commit 6ec5dce69834e72e458a8acff7d1790cbdd46d67)
2002-10-31Check the long_archi name is not null.Jeremy Allison1-0/+6
Jeremy. (This used to be commit 9e47aa32ed96faff4a68a8e360c1353fc011adf1)
2002-10-31add smb_load_modules() to load a list of modules - does this function look ok ?Jelmer Vernooij1-0/+22
(This used to be commit a82dbb3c22e6cb2096efb87c12a6006642806aac)
2002-10-31search & replace doesn't always work reliably :-)Volker Lendecke1-2/+2
Volker (This used to be commit 54115fd16ff10d1958153268dfd0f22f3c400bb5)
2002-10-31Add a small utility that can print out the SEC DESCs in NTUSER.DAT.Richard Sharpe1-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)
2002-10-31Another Buchan Milne patch that escaped the last commit.John Terpstra1-1/+1
(This used to be commit 4cfa5425201087f579fa4091ce3fbf83e76a7d1a)
2002-10-31Applied Buchan Milne's patches.John Terpstra5-33/+16
(This used to be commit ce5a7084540feff7354d2005e25cef581ad500db)
2002-10-30Rerun autoconfJelmer Vernooij2-1/+5
(This used to be commit ff10786c9d4662af355c12cc7363092dc5187e99)
2002-10-30Fix build. Don't use BSD setenv. Use POSIX putenv.Jim McDonough1-3/+6
Jeremy, it wasn't me!!!!!! (This used to be commit 00d4e5c67b8a3b8eafa56fd46fbaf4922030dd81)
2002-10-30use sys_dlopen instead of dlopen (thanks to jra for noticing)Jelmer Vernooij1-1/+1
(This used to be commit 86eb0a25b1df8ca25872f9846a74d0f13a4ad045)
2002-10-30Fix boog in argument list for nt_create_andx.Tim Potter1-1/+1
(This used to be commit 6945e89e2d10743635f01420c83d405a2d4cb356)
2002-10-30The locking description in this doc is outdated - note thatJelmer Vernooij1-0/+7
(This used to be commit 125c2fea550a88cf28fa82281b69a25b644edc4a)
2002-10-30- Remove RTLD_GLOBALJelmer Vernooij2-4/+5
- make smb_load_module() return the return value of init_module() (This used to be commit a8d2dd8d009797486105188f8fdb898a65bb25b0)
2002-10-30added a timegm() function for systems that don't have itAndrew Tridgell3-1/+27
(This used to be commit 732bc4519f1119100607cc84400e8f84e0c0ba9d)
2002-10-30Add init_module_function typedef for new module systemJelmer Vernooij1-0/+3
(This used to be commit 4d1206be5275a8af7dfb612f1747fba484a7d017)
2002-10-30Add initial vesion of new module systemJelmer Vernooij2-1/+65
(This used to be commit b5d05d3ec6808465d27e15db2a9ff48804e2e78e)
2002-10-30Not sure why this is here - so off it goes.John Terpstra1-1720/+0
(This used to be commit f50b2c854ef7eaec7c6b9154fc9c1af7cb08e152)
2002-10-30Adding Buchan Milne's updates from HEAD.John Terpstra4-0/+1720
(This used to be commit e55e4c8dd66fd156a385c93f43c07bf778e2e764)
2002-10-30Adding Buchan Milne's updates.John Terpstra18-284/+2316
(This used to be commit d816c35c1d8db343c76a32a6d01952d2c192b092)
2002-10-30Added Buchan Milne's DESTDIR patch.John Terpstra1-15/+15
(This used to be commit d134d66f989026821b29b24c8c15a112213b61d6)
2002-10-29Add autom4te.cache (used by newer autoconfs)Jelmer Vernooij1-0/+1
(This used to be commit 94647051adc223e17997cd6688da0c71b7ea870a)
2002-10-29We also support security = serverJelmer Vernooij1-1/+1
(This used to be commit 5bd2c390e883ced39ca89d0180d87a35ce396e96)
2002-10-292.2 was the previous release - don't talk about it like it's currentJelmer Vernooij1-1/+1
(This used to be commit 752ef9463dc8b60cb0069344c3e30f65290270a1)
2002-10-29Small markup fixesJelmer Vernooij1-2/+3
(This used to be commit c11b611bacc51ba57943cfd7988743194facaae2)
2002-10-29-E doesn't take argumentsJelmer Vernooij1-1/+1
(This used to be commit 932b364de79407b3996061c0ae66117d39045e4d)
2002-10-29Sync with actual changesJelmer Vernooij1-4/+2
(This used to be commit 706a87e774a2a976edb40c07b2a8a22cc9309ca1)
2002-10-29Fix a nice little memory leak in our uid changing code.Andrew Bartlett1-0/+2
Andrew Bartlett (This used to be commit 5c4967c70dfab78733ef21e3a5eaf252a5958613)
2002-10-29Added close and unlink functions.Tim Potter1-0/+44
(This used to be commit 3a7f8a568e9d1608c2a065e0b98488e2d068911c)
2002-10-28Fix fd leak with kernel change notify.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 78df2c916ae3940f0124912f99b1e0ca3914fff5)
2002-10-28Fix typo (-s -> -S)Jelmer Vernooij1-2/+2
(This used to be commit 522b7470a3dbe61f522f65fa2b1aeac4bc1d36c3)
2002-10-28Update info on ldap suffix (thanks metze)Jelmer Vernooij1-1/+1
(This used to be commit 257a1ff880d58a262169885336e5090d986e7d3c)
2002-10-28document ldap suffixJelmer Vernooij1-0/+2
(This used to be commit 85eeb8870f5a1e04c607fbcc18f8da50eb7a694f)
2002-10-28Implement 'net maxrid'. Needed to find the maximum current rid toVolker Lendecke1-0/+79
set 'algorithmic rid base' correctly after a 'net rpc vampire'. Volker (This used to be commit 5c0869be321852919dba1566c6bcab02e4657541)
2002-10-27Remove make_printerdef from binary install process.John Terpstra1-1/+1
(This used to be commit 73c28c527d1030d1656362474c14d49581efdbeb)
2002-10-26Fix bug in '-d'Jelmer Vernooij1-1/+1
(This used to be commit 8c15db105addbafd822d96d29ff1692566b92267)
2002-10-26One more step towards to better PDC.Andrew Bartlett1-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)
2002-10-26Make sure that we always return False if the password change never returns.Andrew Bartlett1-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)
2002-10-26Updates to winbind's PAM client and server - make the debug logsAndrew Bartlett2-19/+44
work a bit better for password changing. Andrew Bartlett (This used to be commit 425782ba32554b90d592493a1928a926e492bb2a)
2002-10-26Fix problem where an fd would be left open for every printer queue.Jeremy Allison1-0/+27
Jeremy. (This used to be commit 997c234e15a5f8d742320359a53e15a27661d456)
2002-10-25PURGE_PRINTER fix from APP_HEADGerald Carter1-2/+0
(This used to be commit 8af12875b0608b83187e4156843e37097de4cd13)
2002-10-25Fix memory leak (patch by Steve Langasek)Jelmer Vernooij1-0/+14
(This used to be commit 06362586cb754bd6bc89b50b966737958286ca2e)
2002-10-25Only run free_private_data when it's specified (reported by Steve Langasek ↵Jelmer Vernooij1-1/+2
aka vorlon) (This used to be commit 9efa98b4a65a38df922ce3b83f5fde631cb70844)