summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * test_pack: Coercing a dictionary to a sequence as it is packed is notMartin Pool2002-11-041-4/+0
| | | | | | | | | | compatible with the old code, and so it is removed from the test case. (This used to be commit ed0e4a670d4d62b63afdaf7d9f13e39b98cdf1b2)
| * Sync to actual stateJelmer Vernooij2002-11-041-3/+2
| | | | | | | | (This used to be commit bae2a38b17d4645e4faf74cd05a92511aee6c32b)
| * Add FIXME about --with-pythonMartin Pool2002-11-041-0/+4
| | | | | | | | (This used to be commit 96741a251c731d71126dcf9c706f7bb7c954f6e7)
| * Large number of updates - new structure of the HOWTO, better names, ↵Jelmer Vernooij2002-11-048-531/+472
| | | | | | | | | | | | introductions, updating to 3.0 (This used to be commit dfc3d55493c40201244a9e44b89868f7128c6f85)
| * Move testsmbc.c to examplesJelmer Vernooij2002-11-041-455/+0
| | | | | | | | (This used to be commit fdd70614d2dc29f6a676c30e254a0bf024687fb4)
| * testsmbc should only be in examplesJelmer Vernooij2002-11-041-2/+1
| | | | | | | | (This used to be commit 7aad086c9a20c4c700dfce3f81d89ab982702198)
| * Move encryption algorithm explanation to dev-docJelmer Vernooij2002-11-042-0/+198
| | | | | | | | (This used to be commit ea026d74c1d8696e45c6bddc5b1b0029e7e41507)
| * Move explanation of encryption algorithm to dev-docJelmer Vernooij2002-11-041-216/+27
| | | | | | | | (This used to be commit b279cc065385d45b8a16e220fb13b278d5921b1f)
| * Add @BUILD_POPT@ to smbclientJelmer Vernooij2002-11-041-2/+2
| | | | | | | | (This used to be commit 24dd3886e8783b09094c3b32b4184055cd06e8c2)
| * Don't pass any booleans to pdb_set_* functionsJelmer Vernooij2002-11-041-9/+9
| | | | | | | | (This used to be commit 91f9c9e1d8b490eb384198ff012f65e22f834c39)
| * Don't pass true to pdb_set_* functionsJelmer Vernooij2002-11-041-9/+9
| | | | | | | | (This used to be commit e803bfde3d0b199155a87975e8af65f13babe692)
| * Handle -p correctlyJelmer Vernooij2002-11-041-1/+1
| | | | | | | | (This used to be commit b69d5fffd97890f80df6675fb71bc230aacc8234)
| * Adapt to metze's PDB_SET patchJelmer Vernooij2002-11-042-58/+58
| | | | | | | | (This used to be commit 33c7a296b3bdfab276ed91ea77077eedbeed3757)
| * Make IRIX happyJelmer Vernooij2002-11-042-19/+18
| | | | | | | | (This used to be commit aeb94bb0d7ad84b52a5f729a3e83f4fb00005771)
| * Becouse lib/popt_common.c uses POPT, we must not include it in LIB, we mustAndrew Bartlett2002-11-041-10/+14
| | | | | | | | | | | | | | | | | | | | link it on a per-program basis. Next step is to make -lpopt apply only to the right programs, which might help some of this kind of thing show up on Linux. Andrew Bartlett (This used to be commit a0d13cd3f0ca1738fbd978ac67876196cd0ee56c)
| * Allow 'normal' accounts in the non-unix-account range for smbpasswd - I hopeAndrew Bartlett2002-11-041-19/+20
| | | | | | | | | | | | this will fix some of the problems on the build farm @ Compaq (where they have a *lot* of accounts...). (This used to be commit 2c97b7e6480c2731739ccc52af97bc62a6228cfe)
| * Fix debugAndrew Bartlett2002-11-041-1/+1
| | | | | | | | (This used to be commit 5b5b8de70e46a15e9fb9b47c7af6cb0133f41217)
| * Move to the use of the 'initialised' flag, rather than the fact the pointer isAndrew Bartlett2002-11-041-8/+9
| | | | | | | | | | | | | | NULL. Andrew Bartlett (This used to be commit 2115335857acd2c4f5c89b95227b3762f4c052b0)
| * Try to fix popt dependencies - we were linking to popt before we built with it.Andrew Bartlett2002-11-041-6/+6
| | | | | | | | | | Andrew Bartlett (This used to be commit dd9c6214d1976d87679735ea392b1a76463206a4)
| * Any conversion to POPT must *always* add @BUILD_POPT@ or it just won't work onAndrew Bartlett2002-11-041-2/+2
| | | | | | | | | | | | | | systems other than linux. Andrew Bartlett (This used to be commit 80f1f68b6f0fa38dd1ef4b2cfabb07d3c8daf844)
| * The fixes from Tom plus a minor update from me.Richard Sharpe2002-11-045-174/+329
| | | | | | | | (This used to be commit 6db6a48711f51ee6add32953506cd5db33939a1b)
| * Extra little fix to vl's patch. Make sure the passdb and testparm messagesAndrew Bartlett2002-11-032-5/+9
| | | | | | | | | | | | | | | | say exactly the same thing - in particular that we can algorithmic rid base == 1000, and use the BASE_RID macro to avoid the use of magic numbers. Andrew Bartlett (This used to be commit b70f2a8047ac549841bc103932b38951e9814186)
| * 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)