summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-04-08Reintroduce the 2.2 name mangling code, until we get are more flexible solution.Andrew Bartlett4-830/+805
2002-04-08Fix up major logic reversal flaws in pdb_ldap.Andrew Bartlett1-36/+70
2002-04-07Spelling.Tim Potter3-3/+3
2002-04-07uint32 store and fectch functions, a signed int is not enough sometimesSimo Sorce1-0/+96
2002-04-07better check of called function's returnSimo Sorce2-59/+127
2002-04-06Always pass NT password as well as Lanman.Jeremy Allison1-1/+1
2002-04-05Fix Gerry bug - MajorVersion should be 2 not 3.Jeremy Allison1-1/+1
2002-04-05Fixed up admin user / guest user lookup.Jeremy Allison1-5/+8
2002-04-05Use the new ads_do_search_all2 function. It provides sorted results. We nowJim McDonough1-30/+18
2002-04-05Several updates to get server side sorting going:Jim McDonough1-26/+78
2002-04-05New version of patch.Tim Potter1-13/+15
2002-04-05make protoTim Potter1-0/+46
2002-04-05Added new files for drivers, forms and ports conversion routines.Tim Potter1-0/+3
2002-04-05Fixed dodgy looking prototypes for py_to_* functions.Tim Potter1-11/+11
2002-04-05Removed unused label.Tim Potter1-1/+0
2002-04-05Converted drivers, forms and ports functions to use new conversion routinesTim Potter6-145/+304
2002-04-05Added py_spoolss_printers_conv.c to spoolss extension.Tim Potter1-0/+1
2002-04-05make protoTim Potter1-0/+2
2002-04-05New routines to convert between structures and python dictionaries. We nowTim Potter1-0/+367
2002-04-05Throw a spoolss.werror exception when the rpc client routines returnTim Potter1-272/+80
2002-04-05Don't include py_spoolss_conv.h by default. We want to hide theseTim Potter1-1/+0
2002-04-05Added functions to return Python tuples (error code, error string)Tim Potter2-0/+19
2002-04-05add utils/net_help.c to bin/net buildJim McDonough1-1/+1
2002-04-05Lots more net consistency work:Jim McDonough5-117/+470
2002-04-04Make bin/nsstest as part of torture target.Tim Potter1-1/+2
2002-04-04Fixed some compile warnings.Tim Potter2-2/+4
2002-04-04More spelling.Tim Potter1-1/+1
2002-04-04Multiple changes:Jim McDonough1-11/+16
2002-04-04Cleanups to make auto-detection of method on net user smoother.Jim McDonough1-5/+10
2002-04-04More updates for auto-detecting server connection method. Added net_ads_check()Jim McDonough1-5/+38
2002-04-04small change in name_resolve_bcast()Jean-François Micouleau1-1/+1
2002-04-04If compiling with Insure, mallocate a byte of memory and attach it to theTim Potter3-1/+45
2002-04-04Spelling.Tim Potter1-1/+1
2002-04-04Call poptFreeContext() as appropriate.Tim Potter1-23/+30
2002-04-04oopsTim Potter1-1/+1
2002-04-04Fixed memory leak in cli_lsa_enum_trust_dom(). Use talloc_strdup() insteadTim Potter1-1/+1
2002-04-04Rerun autoconf.Tim Potter1-1/+1
2002-04-04Use m4-mode when editinging configure.in under emacs.Tim Potter1-1/+2
2002-04-04Also look for libinsure.so where the full version installs it.Tim Potter1-0/+5
2002-04-04Free popt context after argument parsing.Tim Potter1-0/+2
2002-04-04Fixed memory leak in make_pdb_context_name()Tim Potter1-17/+25
2002-04-04Add non-ads version of net_ads_help for build on non-ads machines.Jim McDonough1-0/+6
2002-04-04Correct error string function call to ads_errstr()Jim McDonough1-3/+3
2002-04-04Fix up conversion code from old winbindd versions (some testing needed).Jeremy Allison4-67/+179
2002-04-04Try harder next time to not duplicate function...take ads_err2string backJim McDonough1-15/+0
2002-04-04Add ability to get specific net ads subcommand help. Not all have beenJim McDonough1-1/+1
2002-04-04Add net ads user subcommands: add delete info. Also make user listing formatJim McDonough1-12/+169
2002-04-04Add libads/ldap_user.c to build for ads user management.Jim McDonough1-1/+1
2002-04-04Contains functions to manage/view AD user accounts via ldap. Initially has fnsJim McDonough1-0/+80
2002-04-04Add ads_err2string() function for generating error strings from an ADS_STATUS.Jim McDonough1-0/+15