Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * merges from SAMBA_2_2 | Gerald Carter | 2002-04-01 | 10 | -2522/+2819 |
| | | | | | * addedd "private dir" to smb.conf.5.sgml * regenerated man pages, HOWTOs, etc... | ||||
* | 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 |
| | |||||
* | Modified programs installed to /usr/bin and /usr/sbin | John Terpstra | 2002-03-31 | 1 | -1/+7 |
| | | | | Note: This is a developmental (read experiemental) SPEC file and NOT for production use. | ||||
* | Added smbwrapper and everything to build options. | John Terpstra | 2002-03-30 | 1 | -2/+4 |
| | |||||
* | 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. | ||||
* | sync with 2.2 branch | Herb Lewis | 2002-03-29 | 1 | -0/+11 |
| | |||||
* | 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. | ||||
* | Refresh from sgml source. HTML doesn't come out ok on mine, though, so | Jim McDonough | 2002-03-28 | 2 | -93/+94 |
| | | | | | someone should really re-run it. It's a newer version of Docbook2X than Jerry is running...and something we need has changed. | ||||
* | 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. | ||||
* | Updated version. | Tim Potter | 2002-03-28 | 1 | -23/+26 |
| | |||||
* | Script to generate patch to Makefile.in and configure.in | Tim Potter | 2002-03-28 | 1 | -0/+6 |
| | | | | | | Run like: python/mkpatch | ||||
* | Added sys_adminlog() system for info the appliance admins really | Jeremy Allison | 2002-03-27 | 3 | -0/+66 |
| | | | | | need to know about. Different from the DEBUG system. Jeremy. | ||||
* | merge from 2.2 - don't check local passdb if -r option used | Herb Lewis | 2002-03-27 | 1 | -1/+3 |
| | |||||
* | merge from SAMBA_2_2 | Gerald Carter | 2002-03-27 | 1 | -6/+6 |
| | |||||
* | Updated for long flags from popt conversion, as well as version number. | Jim McDonough | 2002-03-27 | 1 | -10/+11 |
| | | | | Once again, can someone run docbook on this? | ||||
* | Update smbstatus manpage source. Includes corrections of some flags, | Jim McDonough | 2002-03-27 | 1 | -10/+25 |
| | | | | | addition of long flags from conversion to popt, and update of the version number. Can someone with working docbook do the magic to this thing? | ||||
* | Told make to build nsswitch/pam_winbind.so - someone changed the Makefile | John Terpstra | 2002-03-27 | 1 | -1/+1 |
| | | | | and not it has to be separately specified, but that's OK. | ||||
* | Converted to #include *.c format. | Tim Potter | 2002-03-27 | 2 | -16/+12 |
| | |||||
* | Broke out stuff into other files. | Tim Potter | 2002-03-27 | 1 | -743/+19 |
| | |||||
* | Moved pyconv definitions across. | Tim Potter | 2002-03-27 | 1 | -4/+19 |
| | | | | Fixed misc compile problems. | ||||
* | Fixed bug in guards. | Tim Potter | 2002-03-27 | 1 | -1/+1 |
| | |||||
* | Converted to #include *.c format to avoid namespace pollution and | Tim Potter | 2002-03-27 | 2 | -58/+0 |
| | | | | header file madness. | ||||
* | Moved general printer related calls here. | Tim Potter | 2002-03-27 | 1 | -0/+558 |
| | |||||
* | Moved printer driver related calls here. | Tim Potter | 2002-03-27 | 1 | -0/+295 |
| | |||||
* | Whoops, left the paged control not critical in the paged search...kind of | Jim McDonough | 2002-03-27 | 1 | -1/+1 |
| | | | | defeats the purpose. | ||||
* | Removed HAVE_LIBDL from most places (except system.c). Added checks for | Jeremy Allison | 2002-03-27 | 7 | -257/+221 |
| | | | | | | dlopen & friends into configure.in. This should help building on *BSD where dl*** calls are in libc. Jeremy | ||||
* | Add server control to prevent referrals in paged searches. This keeps | Jim McDonough | 2002-03-27 | 1 | -6/+18 |
| | | | | | | the scope limited to the domain at hand, and also keeps the openldap libs happy, since they don't currently chase referrals and return server controls properly at the same time. | ||||
* | Allow hosts allow/deny to use xx.xx.xx.xx/yy syntax. | Jeremy Allison | 2002-03-27 | 1 | -2/+10 |
| | | | | Jeremy. | ||||
* | In msleep - never sleep for more than 1 second. Cope with time changes. | Jeremy Allison | 2002-03-27 | 1 | -16/+27 |
| | | | | Jeremy. | ||||
* | Moved debug messages for grabbing/releasing mutex. | Jeremy Allison | 2002-03-27 | 2 | -2/+4 |
| | | | | Jeremy. |