Age | Commit message (Expand) | Author | Files | Lines |
2003-02-01 | Prompted by RedHat bugzilla bug #77999, convert the user's username and | Andrew Bartlett | 1 | -4/+11 |
2003-01-17 | connect to the actual netbios name in smb.conf and not LOCALHOST | Gerald Carter | 1 | -1/+1 |
2003-01-16 | Updates to the NTLMSSP code again - moving the base64 decode fuctionality out | Andrew Bartlett | 1 | -31/+0 |
2003-01-03 | patch to include support for daemontools from Michael Handler | Gerald Carter | 1 | -3/+3 |
2003-01-02 | BIG patch... | Andrew Bartlett | 3 | -25/+25 |
2002-12-04 | Remove FILE_MACRO as __FILE__ is ANSI C. | Tim Potter | 1 | -1/+1 |
2002-12-03 | use FILE_MACRO instead of __FILE__ | Herb Lewis | 1 | -1/+1 |
2002-11-24 | Add ntlm_auth, a new program to provide a stable interface to winbind's | Andrew Bartlett | 1 | -41/+4 |
2002-10-09 | Use memmove when copies can overlap. Spotted by SUGIOKA Toshinobu <sugioka@it... | Jeremy Allison | 1 | -1/+1 |
2002-10-07 | Fix John's little typo ... | Richard Sharpe | 1 | -1/+1 |
2002-10-07 | Fix ability to locate if we are a WINS client. | John Terpstra | 1 | -3/+3 |
2002-10-03 | Another patch from Steve Langasek <vorlon@netexpress.net>, again from the | Andrew Bartlett | 1 | -1/+1 |
2002-09-16 | Committing changes before I lose them. Work still in progress. | John Terpstra | 1 | -53/+290 |
2002-08-03 | fix log level, set a default, and also copy the value set in smb.conf into pa... | Simo Sorce | 1 | -8/+8 |
2002-07-29 | people should be happier now. | Simo Sorce | 1 | -23/+33 |
2002-07-28 | found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul... | Simo Sorce | 1 | -5/+45 |
2002-07-27 | as per user request added windbind start/stop/restart in swat | Simo Sorce | 3 | -0/+78 |
2002-06-26 | This commit finally gives us multiple wins server groups. We now | Andrew Tridgell | 1 | -1/+1 |
2002-06-25 | Break up samba's object dependencies, and its prototype includes. | Andrew Bartlett | 7 | -3/+7 |
2002-06-14 | moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.c | Simo Sorce | 1 | -1/+1 |
2002-05-17 | Changes to allow head to translate NMB flags ... | Richard Sharpe | 1 | -2/+2 |
2002-03-20 | Add assertions that kill() is never accidentally passed a non-positive | Martin Pool | 1 | -2/+2 |
2002-01-30 | Removed version number from file header. | Tim Potter | 5 | -9/+5 |
2002-01-21 | getpwnam -> getpwnam_alloc | Andrew Bartlett | 1 | -1/+2 |
2002-01-17 | A nice *big* change to the fundemental way we do things. | Andrew Bartlett | 1 | -1/+3 |
2001-11-19 | Store some path names in global variables initialized to configure | Martin Pool | 2 | -18/+28 |
2001-11-19 | Fix const warning. Doxyfy comment. | Martin Pool | 1 | -5/+8 |
2001-10-14 | the next step in the intl changeover. This should get us compiling agian, | Andrew Tridgell | 4 | -352/+130 |
2001-10-11 | first step in converting the head branch to use lang_tdb.c instead | Andrew Tridgell | 1 | -107/+0 |
2001-10-06 | merge from 2.2 | Gerald Carter | 1 | -2/+84 |
2001-09-25 | Fixup passdb stuff to add new nisplus and ldap backends. | Jeremy Allison | 2 | -1/+2 |
2001-09-24 | Added SWAT i18n feature: | Motonobu Takahashi | 4 | -134/+571 |
2001-09-24 | fixed a silly off by 1 bug | Andrew Tridgell | 1 | -2/+2 |
2001-09-24 | fixed bug in POST var handling | Andrew Tridgell | 1 | -4/+2 |
2001-09-24 | convert all POST variables from display to unix charset | Andrew Tridgell | 2 | -23/+29 |
2001-09-20 | Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire! | Andrew Bartlett | 1 | -8/+5 |
2001-09-19 | Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c by | Andrew Bartlett | 1 | -47/+24 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 2 | -2/+2 |
2001-09-10 | declare dbf in one spot | Andrew Tridgell | 1 | -1/+0 |
2001-09-10 | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 2 | -6/+6 |
2001-09-08 | convert more code to using d_printf | Andrew Tridgell | 1 | -165/+165 |
2001-09-06 | got rid of USE_TDB_MMAP_FLAG as its not needed any more | Andrew Tridgell | 1 | -1/+1 |
2001-08-22 | A few changes: | Andrew Bartlett | 1 | -3/+1 |
2001-08-12 | it was half committed last time, | Simo Sorce | 1 | -2/+2 |
2001-08-08 | Change all realloc() statements to Realloc() (ecxept for tdb.c) | Simo Sorce | 1 | -13/+13 |
2001-07-30 | Added "use mmap" for HPUX. | Jeremy Allison | 1 | -1/+1 |
2001-07-08 | This removes unused paramaters from various authtication functions, and should | Andrew Bartlett | 1 | -2/+2 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -12/+12 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 2 | -21/+8 |
2001-06-23 | uhm some pointer went wrong | Simo Sorce | 1 | -4/+4 |