summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test_pack_extra: The old code does not complain when there are tooMartin Pool2002-11-041-1/+15
* test_pack_failures: The old code does not complain when there are tooMartin Pool2002-11-041-6/+14
* pytdbpack_calc_reqd_len: Make exception be thrown correctly when aMartin Pool2002-11-041-2/+5
* test_pack_failures: The old and new code is not exactly the same aboutMartin Pool2002-11-041-33/+37
* test_pack: Coercing a dictionary to a sequence as it is packed is notMartin Pool2002-11-041-4/+0
* Sync to actual stateJelmer Vernooij2002-11-041-3/+2
* Add FIXME about --with-pythonMartin Pool2002-11-041-0/+4
* Large number of updates - new structure of the HOWTO, better names, introduct...Jelmer Vernooij2002-11-048-531/+472
* Move testsmbc.c to examplesJelmer Vernooij2002-11-041-455/+0
* testsmbc should only be in examplesJelmer Vernooij2002-11-041-2/+1
* Move encryption algorithm explanation to dev-docJelmer Vernooij2002-11-042-0/+198
* Move explanation of encryption algorithm to dev-docJelmer Vernooij2002-11-041-216/+27
* Add @BUILD_POPT@ to smbclientJelmer Vernooij2002-11-041-2/+2
* Don't pass any booleans to pdb_set_* functionsJelmer Vernooij2002-11-041-9/+9
* Don't pass true to pdb_set_* functionsJelmer Vernooij2002-11-041-9/+9
* Handle -p correctlyJelmer Vernooij2002-11-041-1/+1
* Adapt to metze's PDB_SET patchJelmer Vernooij2002-11-042-58/+58
* Make IRIX happyJelmer Vernooij2002-11-042-19/+18
* Becouse lib/popt_common.c uses POPT, we must not include it in LIB, we mustAndrew Bartlett2002-11-041-10/+14
* Allow 'normal' accounts in the non-unix-account range for smbpasswd - I hopeAndrew Bartlett2002-11-041-19/+20
* Fix debugAndrew Bartlett2002-11-041-1/+1
* Move to the use of the 'initialised' flag, rather than the fact the pointer isAndrew Bartlett2002-11-041-8/+9
* Try to fix popt dependencies - we were linking to popt before we built with it.Andrew Bartlett2002-11-041-6/+6
* Any conversion to POPT must *always* add @BUILD_POPT@ or it just won't work onAndrew Bartlett2002-11-041-2/+2
* The fixes from Tom plus a minor update from me.Richard Sharpe2002-11-045-174/+329
* Extra little fix to vl's patch. Make sure the passdb and testparm messagesAndrew Bartlett2002-11-032-5/+9
* make_server_info_guest() can need root for the ldapsam backendAndrew Tridgell2002-11-031-1/+4
* Force algorithmic rid base to sane values and talk about it.Volker Lendecke2002-11-032-4/+33
* Remove obsolete function usage and some unused variablesJelmer Vernooij2002-11-021-27/+1
* Remove dummy function I used for testingJelmer Vernooij2002-11-021-7/+0
* Convert to popt.Jelmer Vernooij2002-11-021-75/+23
* Add more options to popt_common and use them. Current ones are:Jelmer Vernooij2002-11-023-28/+62
* Fix typoAndrew Bartlett2002-11-021-1/+1
* Clean up this a little - add comments describing a bit of what is going onAndrew Bartlett2002-11-021-5/+6
* Add a 'ldap trust ids' option that lets pdb_ldap check for posixAccountAndrew Bartlett2002-11-023-40/+134
* Make sure that %u is used for SID elements ...Richard Sharpe2002-11-021-1/+1
* Return the result code, not false (0 == success) on error...Andrew Bartlett2002-11-021-1/+1
* Fixes for pdb_ldap:Andrew Bartlett2002-11-022-111/+105
* Fix --set-auth-user command to delete entries from the secrets file when anTim Potter2002-11-021-12/+68
* Some winbindd cleanups I made trying to fix cr1020:Tim Potter2002-11-022-38/+108
* Add popt_common_socket_optionsJelmer Vernooij2002-11-021-0/+1
* Handle the case where the password used in RPC connections (for restrictTim Potter2002-11-021-3/+8
* Display pipe name in rpc bind failure debug.Tim Potter2002-11-021-1/+2
* Convert to poptJelmer Vernooij2002-11-021-87/+30
* Initial updating of DiagnosisJelmer Vernooij2002-11-021-13/+17
* Update status of docs - some more manpages are now up-to-dateJelmer Vernooij2002-11-021-2/+2
* Update manpages - make ready for 3.0Jelmer Vernooij2002-11-024-17/+59
* Add the changes to change the SIDs ...Richard Sharpe2002-11-011-19/+45
* Add more. Parse SIDs on the command line ... soon will actually mod theRichard Sharpe2002-11-011-11/+88
* Fix a problem with spaces vs tabsRichard Sharpe2002-11-011-2/+2