summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add ads_err2string() function for generating error strings from an ADS_STATUS.Jim McDonough2002-04-041-0/+15
* Fixed the handle leak in the connection management code (this code is crapJeremy Allison2002-04-043-2/+30
* Rerun autoconf.Tim Potter2002-04-041-672/+676
* Add -D__INSURE__ to the CPPFLAGS if CC=insure.Tim Potter2002-04-041-0/+7
* More winbind for HPUX updates from Don Mccall. I think JRA has alreadyAndrew Bartlett2002-04-032-4/+27
* reorder useage message a little. -L is not a root-only or local mode option.Herb Lewis2002-04-031-7/+8
* Start to make argument ordering consistent.Tim Potter2002-04-032-5/+6
* Docstring updates.Tim Potter2002-04-031-22/+103
* Use Py_InitModule3() instead of Py_InitModule4() when we only want to setTim Potter2002-04-031-6/+8
* removing unused files....Gerald Carter2002-04-031-88/+0
* added "list <pipe>" command to display the available commandsGerald Carter2002-04-021-0/+45
* Fix continual scanning of smb.conf if an include file doesn't exist. FoundJeremy Allison2002-04-021-7/+7
* Fixed the error bad path for recursive mkdir so mkdir \a\b\c\d works.Jeremy Allison2002-04-023-71/+33
* Fix from Stefan "metze" Metzmacher <metze@metzemix.de> to prevent usJeremy Allison2002-04-021-0/+5
* readd -c config file change from 2.2 - works with -L mode now as well.Herb Lewis2002-04-021-180/+178
* some mergee from SAMBA_2_2. Does compile, but needs some more testing.Gerald Carter2002-04-022-221/+426
* not all versions of gcc support -rdynamicAndrew Tridgell2002-04-012-772/+762
* try to get the summary test working on OpenBSDAndrew Tridgell2002-04-012-675/+680
* cope with a missing PAM defineAndrew Tridgell2002-04-011-3/+6
* reverted Herbs smbpasswd commit as it completely broke setting aAndrew Tridgell2002-04-011-178/+181
* Removed unused variable.Tim Potter2002-03-311-1/+0
* Added build option for "everything". Changed build options for libsmbclient.John Terpstra2002-03-301-1/+3
* merge from 2.2 - allow -c option to specify smb.conf fileHerb Lewis2002-03-301-181/+178
* Hack to share pipe handles between lsa and samr pipes as NT4.x usrmgrJeremy Allison2002-03-301-1/+12
* Don't core dump listing thousands of users in usrmgr.Jeremy Allison2002-03-292-11/+22
* Re-implemented net ads user and net ads group to use the newJim McDonough2002-03-292-22/+54
* Added ads_process_results(), which takes a function that is called for eachJim McDonough2002-03-291-20/+73
* Ensure we return a parseable value if invalid handle given.Jeremy Allison2002-03-291-17/+17
* merge winbindd WINS changes from 2.2Herb Lewis2002-03-297-47/+151
* added shutdown to smbdJean-François Micouleau2002-03-291-0/+6
* nmbd handle shutdown message.Jean-François Micouleau2002-03-291-0/+10
* added a shutdown command to smbcontrol.Jean-François Micouleau2002-03-292-0/+8
* Fix to stop PERMANENT_NAMES being added when nmbd starts up and WINSJeremy Allison2002-03-291-5/+34
* merge from SAMBA_2_2Gerald Carter2002-03-281-1/+6
* Aborted experiment to avoid namespace pollution and prototype hell andTim Potter2002-03-2810-62/+111
* Added another return type.Tim Potter2002-03-281-1/+2