summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * make_server_info_guest() can need root for the ldapsam backendAndrew Tridgell2002-11-031-1/+4
| | | | | | | | (This used to be commit 918099f09618136c371e199803f5895f9cb702be)
| * Force algorithmic rid base to sane values and talk about it.Volker Lendecke2002-11-032-4/+33
| | | | | | | | | | Volker (This used to be commit ce5b2d991b42bbf6865ff75194f8ee4b46694841)
| * Remove obsolete function usage and some unused variablesJelmer Vernooij2002-11-021-27/+1
| | | | | | | | (This used to be commit 162431a88ccb0811ae9873ce4ceda11d2f1de8b7)
| * Remove dummy function I used for testingJelmer Vernooij2002-11-021-7/+0
| | | | | | | | (This used to be commit 15c71551db038071d981ca4e37ef505004e79b89)
| * Convert to popt.Jelmer Vernooij2002-11-021-75/+23
| | | | | | | | | | Removed -o and -a options - these have been broken since 2.2 without complaints from users (This used to be commit c8589a567b96dacc0b6c88c91b34f8211532bbfa)
| * Add more options to popt_common and use them. Current ones are:Jelmer Vernooij2002-11-023-28/+62
| | | | | | | | | | | | | | | | | | | | -V Version information -n Set netbios name -l Set directory to store log files in -d Set debuglevel -s Load specified configuration file -O Set socket options (This used to be commit 1602d5894947b59fd36c161053a66c0afe2c959c)
| * Fix typoAndrew Bartlett2002-11-021-1/+1
| | | | | | | | (This used to be commit 5c6041f713f1931072aa25f49e8210c4c7e36ba9)
| * 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)
* | 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)