Age | Commit message (Expand) | Author | Files | Lines |
2002-03-23 | Fix the mp3 rename bug - also tidy up our open code and remove the special | Jeremy Allison | 1 | -2/+3 |
2002-03-12 | Yet another build fix for popt. I gotta get me one of these picky systems... | Jim McDonough | 1 | -1/+1 |
2002-03-11 | Another program converted to popt...smbstatus this time. | Jim McDonough | 1 | -30/+23 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-07 | merge changes from 2.2 branch to prevent smb.conf from changing debug level | Herb Lewis | 1 | -0/+3 |
2001-11-23 | Removed TimeInit() call from every client program (except for one place | Tim Potter | 1 | -1/+0 |
2001-11-19 | Store some path names in global variables initialized to configure | Martin Pool | 1 | -5/+4 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -3/+0 |
2001-09-10 | left out { | Herb Lewis | 1 | -1/+1 |
2001-09-10 | prevent segv by not calling tdb_traverse and tdb_close if tdb_open_log | Herb Lewis | 1 | -18/+20 |
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 | 1 | -2/+2 |
2001-09-08 | convert more code to using d_printf | Andrew Tridgell | 1 | -369/+369 |
2001-09-06 | got rid of USE_TDB_MMAP_FLAG as its not needed any more | Andrew Tridgell | 1 | -2/+2 |
2001-09-05 | always include profile support so you do not need a different binary of | Herb Lewis | 1 | -5/+0 |
2001-09-05 | add profiling stats from 2.2 | Herb Lewis | 1 | -2/+332 |
2001-08-23 | Fix up some unused variables and functions, fix up formatting | Andrew Bartlett | 1 | -14/+0 |
2001-08-22 | A few changes: | Andrew Bartlett | 1 | -60/+44 |
2001-07-30 | Added "use mmap" for HPUX. | Jeremy Allison | 1 | -1/+1 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -3/+1 |
2001-06-13 | Renamed -d option (make verbose) on smbstatus to -v. | Tim Potter | 1 | -3/+11 |
2001-06-04 | use LDSHFLAGS not -shared in several places | Andrew Tridgell | 1 | -1/+1 |
2001-05-15 | Check sizes of data entries in connections.tdb before deciding they're crecs... | Jeremy Allison | 1 | -1/+5 |
2001-05-15 | remember to close tdb after use | Andrew Tridgell | 1 | -0/+1 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -2/+2 |
2000-05-04 | fixed message text | Andrew Tridgell | 1 | -1/+1 |
2000-02-04 | 1) added void* state argument to tdb_traverse. guess what! there were | Luke Leighton | 1 | -2/+2 |
2000-01-16 | use GET_DENY_MODE() macro | Andrew Tridgell | 1 | -2/+1 |
2000-01-16 | added code to allow traversal of the byte range lock database | Andrew Tridgell | 1 | -1/+29 |
2000-01-02 | - added tdb_flags option to tdb_open() | Andrew Tridgell | 1 | -4/+4 |
1999-12-22 | improved error message in case the lock list is truncated | Andrew Tridgell | 1 | -1/+8 |
1999-12-21 | changed message is connections.tdb doesn't exist | Andrew Tridgell | 1 | -1/+1 |
1999-12-21 | converted all our existing shared memory code to use a tdb database | Andrew Tridgell | 1 | -24/+9 |
1999-12-21 | first cut at using the tdb code for the connections structure, the | Andrew Tridgell | 1 | -192/+192 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -66/+66 |
1999-08-18 | patch from Michael Glauche to call get_status_connections() instead of | Luke Leighton | 1 | -52/+52 |
1999-04-01 | Ken McDonell from SGI was interested in adding some profiling | Andrew Tridgell | 1 | -3/+31 |
1998-11-17 | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 1 | -1/+1 |
1998-11-05 | check return value of locking_init() | Andrew Tridgell | 1 | -10/+12 |
1998-09-28 | Changes to test in configure if capabilities are enabled on a system. | Jeremy Allison | 1 | -3/+1 |
1998-08-15 | this checkin gets rid of the global Files[] array and makes it local | Andrew Tridgell | 1 | -1/+0 |
1998-08-14 | this is the bug change to using connection_struct* instead of cnum. | Andrew Tridgell | 1 | -2/+0 |
1998-08-10 | the rest of the binaries now compile and link | Andrew Tridgell | 1 | -33/+34 |
1998-07-29 | merge from the autoconf2 branch to the main branch | Andrew Tridgell | 1 | -3/+1 |
1998-07-24 | Updates smbstatus to have a -S and -L flag. | Richard Sharpe | 1 | -69/+87 |
1998-07-22 | Fixed bug found by Richard Sharpe. After increasing files_struct size by | Jeremy Allison | 1 | -1/+1 |
1998-05-30 | This change ensures that only the processes/locked files that | Paul Blackman | 1 | -20/+22 |
1998-05-12 | This is a security audit change of the main source. | Jeremy Allison | 1 | -4/+4 |
1998-03-22 | - added a check for broken RH5 include files. With the standard RH5 | Andrew Tridgell | 1 | -1/+1 |
1998-03-15 | - added the ability to kill off individual connections from SWAT (from | Andrew Tridgell | 1 | -0/+1 |