Age | Commit message (Expand) | Author | Files | Lines |
2003-05-07 | Make fchown, fchmod conditional for systems that don't have them. | Jeremy Allison | 1 | -0/+4 |
2003-04-24 | Added patch from Stephen Roylance. | John Terpstra | 2 | -26/+26 |
2003-04-22 | Added Stephen Roylance's patch - Adds to Status page, a Start All, Restart All | John Terpstra | 1 | -9/+38 |
2003-04-14 | Merge Jelmer's popt updates from HEAD. | Tim Potter | 1 | -3/+2 |
2003-04-03 | Fixup swat warning. | Jeremy Allison | 1 | -1/+1 |
2003-03-26 | A fixed type TRUE -> True, reported by Paul Green. | John Terpstra | 1 | -1/+1 |
2003-03-20 | Make swat use popt | Jelmer Vernooij | 1 | -12/+15 |
2003-03-17 | Merge from HEAD: | Andrew Bartlett | 1 | -1/+1 |
2003-02-28 | Fix HTTP error codes (patch by Vance Lankhaar) | Jelmer Vernooij | 1 | -3/+3 |
2003-02-18 | base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace(). | Jim McDonough | 1 | -1/+1 |
2003-02-01 | Merge from HEAD - convert username/password to unix before checking them in | Andrew Bartlett | 1 | -4/+11 |
2003-01-28 | Merge from HEAD: | Andrew Bartlett | 1 | -31/+0 |
2003-01-17 | connect to the actual netbios name in smb.conf and not LOCALHOST | Gerald Carter | 1 | -1/+1 |
2003-01-15 | *lots of small merges form HEAD | Gerald Carter | 1 | -41/+4 |
2003-01-03 | patch to include support for daemontools from Michael Handler | Gerald Carter | 1 | -3/+3 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 3 | -25/+25 |
2002-11-09 | Sync with HEAD | Jelmer Vernooij | 1 | -3/+3 |
2002-10-26 | Try to catch up on the code I've put into HEAD that should be in 3.0: | Andrew Bartlett | 1 | -1/+1 |
2002-10-09 | Use memmove when copies can overlap. Spotted by SUGIOKA Toshinobu <sugioka@it... | Jeremy Allison | 1 | -1/+1 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -53/+290 |
2002-08-17 | sync 3.0 branch with HEAD | Jelmer Vernooij | 5 | -14/+142 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 7 | -6/+10 |
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 |