Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Free popt context after argument parsing. | Tim Potter | 2002-04-04 | 1 | -0/+2 | |
| | | | | | ||||||
| * | | | | Fixed memory leak in make_pdb_context_name() | Tim Potter | 2002-04-04 | 1 | -17/+25 | |
| | | | | | | | | | | | | | | | | | | | | Some reformatting and spelling fixes. | |||||
| * | | | | Add non-ads version of net_ads_help for build on non-ads machines. | Jim McDonough | 2002-04-04 | 1 | -0/+6 | |
| | | | | | ||||||
| * | | | | Correct error string function call to ads_errstr() | Jim McDonough | 2002-04-04 | 1 | -3/+3 | |
| | | | | | ||||||
| * | | | | Fix up conversion code from old winbindd versions (some testing needed). | Jeremy Allison | 2002-04-04 | 4 | -67/+179 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added time based cache size check (#ifdef'ed out by default, just didn't want to lose the code). Jeremy. | |||||
| * | | | | Try harder next time to not duplicate function...take ads_err2string back | Jim McDonough | 2002-04-04 | 1 | -15/+0 | |
| | | | | | | | | | | | | | | | | | | | | out since it's already in ads_errstr() in ads_status.c | |||||
| * | | | | Add ability to get specific net ads subcommand help. Not all have been | Jim McDonough | 2002-04-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | implemented yet... | |||||
| * | | | | Add net ads user subcommands: add delete info. Also make user listing format | Jim McDonough | 2002-04-04 | 1 | -12/+169 | |
| | | | | | | | | | | | | | | | | | | | | consistent with rap version. | |||||
| * | | | | Add libads/ldap_user.c to build for ads user management. | Jim McDonough | 2002-04-04 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Contains functions to manage/view AD user accounts via ldap. Initially has fns | Jim McDonough | 2002-04-04 | 1 | -0/+80 | |
| | | | | | | | | | | | | | | | | | | | | to find and add a user. | |||||
| * | | | | Add ads_err2string() function for generating error strings from an ADS_STATUS. | Jim McDonough | 2002-04-04 | 1 | -0/+15 | |
| | | | | | | | | | | | | | | | | | | | | I've got the cases besides gssapi...anyone know how to get those? | |||||
| * | | | | Fixed the handle leak in the connection management code (this code is crap | Jeremy Allison | 2002-04-04 | 3 | -2/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | and should be rewritten, just not now... :-). Jeremy. | |||||
| * | | | | Rerun autoconf. | Tim Potter | 2002-04-04 | 1 | -672/+676 | |
| | | | | | ||||||
| * | | | | Add -D__INSURE__ to the CPPFLAGS if CC=insure. | Tim Potter | 2002-04-04 | 1 | -0/+7 | |
| | | | | | ||||||
| * | | | | More winbind for HPUX updates from Don Mccall. I think JRA has already | Andrew Bartlett | 2002-04-03 | 2 | -4/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | applied these to 2.2. Andrew Bartlett | |||||
| * | | | | reorder useage message a little. -L is not a root-only or local mode option. | Herb Lewis | 2002-04-03 | 1 | -7/+8 | |
| | | | | | ||||||
| * | | | | Start to make argument ordering consistent. | Tim Potter | 2002-04-03 | 2 | -5/+6 | |
| | | | | | ||||||
| * | | | | Docstring updates. | Tim Potter | 2002-04-03 | 1 | -22/+103 | |
| | | | | | ||||||
| * | | | | Use Py_InitModule3() instead of Py_InitModule4() when we only want to set | Tim Potter | 2002-04-03 | 1 | -6/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the docstring for the module. Doc updates. | |||||
| * | | | | removing unused files.... | Gerald Carter | 2002-04-03 | 1 | -88/+0 | |
| | | | | | ||||||
| * | | | | added "list <pipe>" command to display the available commands | Gerald Carter | 2002-04-02 | 1 | -0/+45 | |
| | | | | | | | | | | | | | | | | | | | | one a single pipe | |||||
| * | | | | Fix continual scanning of smb.conf if an include file doesn't exist. Found | Jeremy Allison | 2002-04-02 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | by Herb. Jeremy. | |||||
| * | | | | Fixed the error bad path for recursive mkdir so mkdir \a\b\c\d works. | Jeremy Allison | 2002-04-02 | 3 | -71/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Forward ported some of the code tidyups from 2.2. Jeremy. | |||||
| * | | | | Fix from Stefan "metze" Metzmacher <metze@metzemix.de> to prevent us | Jeremy Allison | 2002-04-02 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | overwriting an old MACHINE.SID sid. Jeremy. | |||||
| * | | | | readd -c config file change from 2.2 - works with -L mode now as well. | Herb Lewis | 2002-04-02 | 1 | -180/+178 | |
| | | | | | ||||||
| * | | | | some mergee from SAMBA_2_2. Does compile, but needs some more testing. | Gerald Carter | 2002-04-02 | 2 | -221/+426 | |
| | | | | | | | | | | | | | | | | | | | | This is an intermediate check-in. More to come.... | |||||
| * | | | | not all versions of gcc support -rdynamic | Andrew Tridgell | 2002-04-01 | 2 | -772/+762 | |
| | | | | | | | | | | | | | | | | | | | | for example, gcc 2.95.2 on sco1 doesn't | |||||
| * | | | | try to get the summary test working on OpenBSD | Andrew Tridgell | 2002-04-01 | 2 | -675/+680 | |
| | | | | | ||||||
| * | | | | cope with a missing PAM define | Andrew Tridgell | 2002-04-01 | 1 | -3/+6 | |
| | | | | | ||||||
| * | | | | reverted Herbs smbpasswd commit as it completely broke setting a | Andrew Tridgell | 2002-04-01 | 1 | -178/+181 | |
| | | | | | | | | | | | | | | | | | | | | password | |||||
| * | | | | Removed unused variable. | Tim Potter | 2002-03-31 | 1 | -1/+0 | |
| | | | | | ||||||
| * | | | | Added build option for "everything". Changed build options for libsmbclient. | John Terpstra | 2002-03-30 | 1 | -1/+3 | |
| | | | | | ||||||
| * | | | | merge from 2.2 - allow -c option to specify smb.conf file | Herb Lewis | 2002-03-30 | 1 | -181/+178 | |
| | | | | | ||||||
| * | | | | Hack to share pipe handles between lsa and samr pipes as NT4.x usrmgr | Jeremy Allison | 2002-03-30 | 1 | -1/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | insists on re-using an lsa handle opened on a pipe then closed - this keeps them around so long as a samr pipe is also open. Jeremy. | |||||
| * | | | | Don't core dump listing thousands of users in usrmgr. | Jeremy Allison | 2002-03-29 | 2 | -11/+22 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Re-implemented net ads user and net ads group to use the new | Jim McDonough | 2002-03-29 | 2 | -22/+54 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | ads_process_results function. Also made sure net rap user and net ads user display the same thing, to make auto-transport-detection smoother. | |||||
| * | | | | Added ads_process_results(), which takes a function that is called for each | Jim McDonough | 2002-03-29 | 1 | -20/+73 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | entry returned from a search, and applies it to the results. Re-structured ads_dump to use this, plus changed the ber_free in ads_dump from (b,1) to (b,0), in accordance with openldap manpages. Also allows proper free of result using ldap_msgfree afterwards, so you can do something with the results after an ads_dump. | |||||
| * | | | | Ensure we return a parseable value if invalid handle given. | Jeremy Allison | 2002-03-29 | 1 | -17/+17 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | merge winbindd WINS changes from 2.2 | Herb Lewis | 2002-03-29 | 7 | -47/+151 | |
| | | | | | ||||||
| * | | | | added shutdown to smbd | Jean-François Micouleau | 2002-03-29 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | J.F. | |||||
| * | | | | nmbd handle shutdown message. | Jean-François Micouleau | 2002-03-29 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | J.F. | |||||
| * | | | | added a shutdown command to smbcontrol. | Jean-François Micouleau | 2002-03-29 | 2 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | have to add the server side now. J.F. | |||||
| * | | | | Fix to stop PERMANENT_NAMES being added when nmbd starts up and WINS | Jeremy Allison | 2002-03-29 | 1 | -5/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | server is down. Keep adding refreshible names instead. Jeremy. | |||||
| * | | | | merge from SAMBA_2_2 | Gerald Carter | 2002-03-28 | 1 | -1/+6 | |
| | | | | | ||||||
| * | | | | Aborted experiment to avoid namespace pollution and prototype hell and | Tim Potter | 2002-03-28 | 10 | -62/+111 | |
| | | | | | | | | | | | | | | | | | | | | moved to 'make proto' based solution. | |||||
| * | | | | Added another return type. | Tim Potter | 2002-03-28 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | Use headername when closing off include file guards. | Tim Potter | 2002-03-28 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | Use winbind separator in sid_to_name() function. | Tim Potter | 2002-03-28 | 1 | -20/+182 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented auth() and auth_crap() functions. Expanded docstrings for exported functions, with examples. Now 'pydoc winbind' returns a nice looking manual page! Wrote module docstring. | |||||
| * | | | | a dodgy fix for a dodgy race condition in smbtorture child startup | Andrew Tridgell | 2002-03-28 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Ensure that setting file length can return disk full on failure. | Jeremy Allison | 2002-03-28 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. |