summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix pathes.John Terpstra2002-04-071-3/+7
* uint32 store and fectch functions, a signed int is not enough sometimesSimo Sorce2002-04-071-0/+96
* better check of called function's returnSimo Sorce2002-04-072-59/+127
* Oops .. last update was committed before saving! Argh!John Terpstra2002-04-071-2/+2
* Updated because I want this for now - NOTE: This will change before releaseJohn Terpstra2002-04-071-6/+11
* Always pass NT password as well as Lanman.Jeremy Allison2002-04-061-1/+1
* Fix Gerry bug - MajorVersion should be 2 not 3.Jeremy Allison2002-04-051-1/+1
* Fixed up admin user / guest user lookup.Jeremy Allison2002-04-051-5/+8
* Use the new ads_do_search_all2 function. It provides sorted results. We nowJim McDonough2002-04-051-30/+18
* Several updates to get server side sorting going:Jim McDonough2002-04-051-26/+78
* Merge from 2.2Volker Lendecke2002-04-051-9/+11
* New version of patch.Tim Potter2002-04-051-13/+15
* make protoTim Potter2002-04-051-0/+46
* Added new files for drivers, forms and ports conversion routines.Tim Potter2002-04-051-0/+3
* Fixed dodgy looking prototypes for py_to_* functions.Tim Potter2002-04-051-11/+11
* Removed unused label.Tim Potter2002-04-051-1/+0
* Converted drivers, forms and ports functions to use new conversion routinesTim Potter2002-04-056-145/+304
* Added py_spoolss_printers_conv.c to spoolss extension.Tim Potter2002-04-051-0/+1
* make protoTim Potter2002-04-051-0/+2
* New routines to convert between structures and python dictionaries. We nowTim Potter2002-04-051-0/+367
* Throw a spoolss.werror exception when the rpc client routines returnTim Potter2002-04-051-272/+80
* Don't include py_spoolss_conv.h by default. We want to hide theseTim Potter2002-04-051-1/+0
* Added functions to return Python tuples (error code, error string)Tim Potter2002-04-052-0/+19
* add utils/net_help.c to bin/net buildJim McDonough2002-04-051-1/+1
* Lots more net consistency work:Jim McDonough2002-04-055-117/+470
* Make bin/nsstest as part of torture target.Tim Potter2002-04-041-1/+2
* Fixed some compile warnings.Tim Potter2002-04-042-2/+4
* More spelling.Tim Potter2002-04-041-1/+1
* Multiple changes:Jim McDonough2002-04-041-11/+16
* Cleanups to make auto-detection of method on net user smoother.Jim McDonough2002-04-041-5/+10
* More updates for auto-detecting server connection method. Added net_ads_check()Jim McDonough2002-04-041-5/+38
* small change in name_resolve_bcast()Jean-François Micouleau2002-04-041-1/+1
* If compiling with Insure, mallocate a byte of memory and attach it to theTim Potter2002-04-043-1/+45
* Spelling.Tim Potter2002-04-041-1/+1
* Call poptFreeContext() as appropriate.Tim Potter2002-04-041-23/+30
* oopsTim Potter2002-04-041-1/+1
* Fixed memory leak in cli_lsa_enum_trust_dom(). Use talloc_strdup() insteadTim Potter2002-04-041-1/+1
* Rerun autoconf.Tim Potter2002-04-041-1/+1
* Use m4-mode when editinging configure.in under emacs.Tim Potter2002-04-041-1/+2
* Also look for libinsure.so where the full version installs it.Tim Potter2002-04-041-0/+5
* Free popt context after argument parsing.Tim Potter2002-04-041-0/+2
* Fixed memory leak in make_pdb_context_name()Tim Potter2002-04-041-17/+25
* Add non-ads version of net_ads_help for build on non-ads machines.Jim McDonough2002-04-041-0/+6
* Correct error string function call to ads_errstr()Jim McDonough2002-04-041-3/+3
* Fix up conversion code from old winbindd versions (some testing needed).Jeremy Allison2002-04-044-67/+179
* Try harder next time to not duplicate function...take ads_err2string backJim McDonough2002-04-041-15/+0
* Add ability to get specific net ads subcommand help. Not all have beenJim McDonough2002-04-041-1/+1
* Add net ads user subcommands: add delete info. Also make user listing formatJim McDonough2002-04-041-12/+169
* Add libads/ldap_user.c to build for ads user management.Jim McDonough2002-04-041-1/+1
* Contains functions to manage/view AD user accounts via ldap. Initially has fnsJim McDonough2002-04-041-0/+80