summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* test_pack_extra: The old code does not complain when there are tooMartin Pool2002-11-041-1/+15
| | | | | | many data values for the format. Test that the new code behaves the same way. (This used to be commit b0143e77d64f6af977395cf39e50f35e46486157)
* test_pack_failures: The old code does not complain when there are tooMartin Pool2002-11-041-6/+14
| | | | | | | many data values for the format, so we don't test that here. test_large: New test case for packing/unpack a thousand values. (This used to be commit 04cad599f40faf234b40090806bcd1ac0473470f)
* pytdbpack_calc_reqd_len: Make exception be thrown correctly when aMartin Pool2002-11-041-2/+5
| | | | | | | | | non-string is used with a string format code. (It was being generated but not thrown.) Also call checked versions of some functions rather than FAST_* versions. (This used to be commit 1b681bd524764deaef657ef41c39d037ac7dcc7b)
* test_pack_failures: The old and new code is not exactly the same aboutMartin Pool2002-11-041-33/+37
| | | | | | error detection, so now we don't care what exact error is returned as long as we get something. (This used to be commit 5ade138bb815d3184fa57ff9cb548f78405059c5)
* 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)
* Add FIXME about --with-pythonMartin Pool2002-11-041-0/+4
| | | | (This used to be commit 96741a251c731d71126dcf9c706f7bb7c954f6e7)
* Move testsmbc.c to examplesJelmer Vernooij2002-11-041-455/+0
| | | | (This used to be commit fdd70614d2dc29f6a676c30e254a0bf024687fb4)
* Add @BUILD_POPT@ to smbclientJelmer Vernooij2002-11-041-2/+2
| | | | (This used to be commit 24dd3886e8783b09094c3b32b4184055cd06e8c2)
* Handle -p correctlyJelmer Vernooij2002-11-041-1/+1
| | | | (This used to be commit b69d5fffd97890f80df6675fb71bc230aacc8234)
* 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)
* 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-022-33/+95
| | | | | | | | | | | | | | 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)
* 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)
* 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)
* Applied Buchan Milne's patches.John Terpstra2002-10-311-1/+1
| | | | (This used to be commit ce5a7084540feff7354d2005e25cef581ad500db)
* Rerun autoconfJelmer Vernooij2002-10-302-1/+5
| | | | (This used to be commit ff10786c9d4662af355c12cc7363092dc5187e99)