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