| Commit message (Expand) | Author | Age | Files | Lines |
* | working on creating the 3.0 release tree | Gerald Carter | 2003-06-06 | 1 | -24/+22 |
* | Reverse previous patch from Stefan and me after comments by Andrew Bartlett. | Jelmer Vernooij | 2003-05-10 | 1 | -3/+0 |
* | Patch from metze and me that adds dummy smb_register_*() functions | Jelmer Vernooij | 2003-05-10 | 1 | -0/+3 |
* | Make fchown, fchmod conditional for systems that don't have them. | Jeremy Allison | 2003-05-07 | 1 | -0/+4 |
* | Added patch from Stephen Roylance. | John Terpstra | 2003-04-24 | 2 | -26/+26 |
* | Added Stephen Roylance's patch to add buttons to start/stop/restart all three | John Terpstra | 2003-04-22 | 1 | -9/+38 |
* | Fixup swat warning. | Jeremy Allison | 2003-04-03 | 1 | -1/+1 |
* | Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes | Jelmer Vernooij | 2003-03-24 | 1 | -3/+2 |
* | Use True, not TRUE and False, not FALSE | Jelmer Vernooij | 2003-03-20 | 1 | -1/+1 |
* | Make swat use popt | Jelmer Vernooij | 2003-03-20 | 1 | -12/+15 |
* | Fix HTTP error codes (patch by Vance Lankhaar) | Jelmer Vernooij | 2003-02-28 | 1 | -3/+3 |
* | Doxygen janitor | Martin Pool | 2003-02-28 | 1 | -1/+1 |
* | Fix comment typo | Martin Pool | 2003-02-28 | 1 | -1/+1 |
* | base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace(). | Jim McDonough | 2003-02-19 | 1 | -1/+1 |
* | Prompted by RedHat bugzilla bug #77999, convert the user's username and | Andrew Bartlett | 2003-02-01 | 1 | -4/+11 |
* | connect to the actual netbios name in smb.conf and not LOCALHOST | Gerald Carter | 2003-01-17 | 1 | -1/+1 |
* | Updates to the NTLMSSP code again - moving the base64 decode fuctionality out | Andrew Bartlett | 2003-01-16 | 1 | -31/+0 |
* | patch to include support for daemontools from Michael Handler | Gerald Carter | 2003-01-03 | 1 | -3/+3 |
* | BIG patch... | Andrew Bartlett | 2003-01-02 | 3 | -25/+25 |
* | Remove FILE_MACRO as __FILE__ is ANSI C. | Tim Potter | 2002-12-04 | 1 | -1/+1 |
* | use FILE_MACRO instead of __FILE__ | Herb Lewis | 2002-12-03 | 1 | -1/+1 |
* | Add ntlm_auth, a new program to provide a stable interface to winbind's | Andrew Bartlett | 2002-11-24 | 1 | -41/+4 |
* | Use memmove when copies can overlap. Spotted by SUGIOKA Toshinobu <sugioka@it... | Jeremy Allison | 2002-10-09 | 1 | -1/+1 |
* | Fix John's little typo ... | Richard Sharpe | 2002-10-07 | 1 | -1/+1 |
* | Fix ability to locate if we are a WINS client. | John Terpstra | 2002-10-07 | 1 | -3/+3 |
* | Another patch from Steve Langasek <vorlon@netexpress.net>, again from the | Andrew Bartlett | 2002-10-03 | 1 | -1/+1 |
* | Committing changes before I lose them. Work still in progress. | John Terpstra | 2002-09-16 | 1 | -53/+290 |
* | fix log level, set a default, and also copy the value set in smb.conf into pa... | Simo Sorce | 2002-08-03 | 1 | -8/+8 |
* | people should be happier now. | Simo Sorce | 2002-07-29 | 1 | -23/+33 |
* | found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul... | Simo Sorce | 2002-07-28 | 1 | -5/+45 |
* | as per user request added windbind start/stop/restart in swat | Simo Sorce | 2002-07-27 | 3 | -0/+78 |
* | This commit finally gives us multiple wins server groups. We now | Andrew Tridgell | 2002-06-26 | 1 | -1/+1 |
* | Break up samba's object dependencies, and its prototype includes. | Andrew Bartlett | 2002-06-25 | 7 | -3/+7 |
* | moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.c | Simo Sorce | 2002-06-14 | 1 | -1/+1 |
* | Changes to allow head to translate NMB flags ... | Richard Sharpe | 2002-05-17 | 1 | -2/+2 |
* | Add assertions that kill() is never accidentally passed a non-positive | Martin Pool | 2002-03-20 | 1 | -2/+2 |
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 5 | -9/+5 |
* | getpwnam -> getpwnam_alloc | Andrew Bartlett | 2002-01-21 | 1 | -1/+2 |
* | A nice *big* change to the fundemental way we do things. | Andrew Bartlett | 2002-01-17 | 1 | -1/+3 |
* | Store some path names in global variables initialized to configure | Martin Pool | 2001-11-19 | 2 | -18/+28 |
* | Fix const warning. Doxyfy comment. | Martin Pool | 2001-11-19 | 1 | -5/+8 |
* | the next step in the intl changeover. This should get us compiling agian, | Andrew Tridgell | 2001-10-14 | 4 | -352/+130 |
* | first step in converting the head branch to use lang_tdb.c instead | Andrew Tridgell | 2001-10-11 | 1 | -107/+0 |
* | merge from 2.2 | Gerald Carter | 2001-10-06 | 1 | -2/+84 |
* | Fixup passdb stuff to add new nisplus and ldap backends. | Jeremy Allison | 2001-09-25 | 2 | -1/+2 |
* | Added SWAT i18n feature: | Motonobu Takahashi | 2001-09-24 | 4 | -134/+571 |
* | fixed a silly off by 1 bug | Andrew Tridgell | 2001-09-24 | 1 | -2/+2 |
* | fixed bug in POST var handling | Andrew Tridgell | 2001-09-24 | 1 | -4/+2 |
* | convert all POST variables from display to unix charset | Andrew Tridgell | 2001-09-24 | 2 | -23/+29 |
* | Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire! | Andrew Bartlett | 2001-09-20 | 1 | -8/+5 |