Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r6225: get rid of warnings from my compiler about nested externs | Herb Lewis | 1 | -2/+2 |
2007-10-10 | r4539: patch from Rob -- adding real printcap name cache function to speed up... | Gerald Carter | 1 | -2/+34 |
2007-10-10 | r4018: * move claim_connection from the netbios session request | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r3877: Final (I hope :-) fix for #2050 from Lars Müller for select maxfd's. | Jeremy Allison | 1 | -5/+4 |
2007-10-10 | r3817: Fix from Lars Müller <lmuelle@suse.de> for bug #2050, calculate | Jeremy Allison | 1 | -2/+8 |
2007-10-10 | r3708: BUG 1838: patch from Gavrie Philipson <gavrie@disksites.com> to remove... | Gerald Carter | 1 | -1/+2 |
2007-10-10 | r3563: During a typical logon a modern workstation makes a lot of anonymous s... | Volker Lendecke | 1 | -0/+3 |
2007-10-10 | r3559: If called interactively, on shutdown dump the talloc contexts left. Idea | Volker Lendecke | 1 | -0/+9 |
2007-10-10 | r1885: tighten the cache consistency with the ntprinters.tdb entry an the in ... | Gerald Carter | 1 | -0/+2 |
2007-10-10 | r1492: Rework our random number generation system. | Andrew Bartlett | 1 | -5/+6 |
2007-10-10 | r1154: Change default setting for case sensitivity to "auto". If set to auto | Jeremy Allison | 1 | -6/+4 |
2007-10-10 | r925: add changes frpm trunk (r841 and r842) -- enable background queue updat... | Gerald Carter | 1 | -6/+7 |
2007-10-10 | r645: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps. | Jeremy Allison | 1 | -0/+4 |
2004-03-26 | Fix bug #1211. Ensure accept socket is in non-blocking state in case of network | Jeremy Allison | 1 | -1/+10 |
2004-02-19 | Fix the "too many fcntl locks" scalability problem raised by tridge. | Jeremy Allison | 1 | -14/+20 |
2004-02-12 | merge from old APP_HEAD | Gerald Carter | 1 | -0/+2 |
2004-02-08 | More 'static' work. | Andrew Bartlett | 1 | -1/+1 |
2004-02-08 | Make more functions static, and remove duplication in the use of functions | Andrew Bartlett | 1 | -1/+1 |
2004-01-11 | update copyright to -2004 | Stefan Metzmacher | 1 | -1/+1 |
2003-11-07 | Simple rename of get_socket_addr to get_peer_addr and get_socket_name to | Volker Lendecke | 1 | -1/+1 |
2003-10-29 | parameterise the listen backlog in smbd and make it larger by default. A back... | Andrew Tridgell | 1 | -2/+2 |
2003-08-20 | metze's autogenerate patch for version.h | Gerald Carter | 1 | -1/+1 |
2003-07-08 | Moved SAM_ACCOUNT marshall/unmarshall functions to make them externally | Jeremy Allison | 1 | -2/+0 |
2003-07-07 | and so it begins.... | Gerald Carter | 1 | -13/+1 |
2003-07-04 | This patch cleans up some of our ldap code, for better behaviour: | Andrew Bartlett | 1 | -7/+13 |
2003-07-02 | Fixing problems in the iconv discovery stuff in configure.in. | Richard Sharpe | 1 | -0/+1 |
2003-06-27 | Some const correctness. Stop tdb being used as a remote backend. If an | Jeremy Allison | 1 | -2/+6 |
2003-06-21 | merge of the netsamlogon caching code from APPLIANCE_HEAD | Gerald Carter | 1 | -3/+0 |
2003-05-27 | More fixes for builddir != srcdir. | Tim Potter | 1 | -0/+6 |
2003-05-12 | And finally IDMAP in 3_0 | Simo Sorce | 1 | -0/+6 |
2003-05-10 | Reverse previous patch from Stefan and me after comments by Andrew Bartlett | Jelmer Vernooij | 1 | -7/+0 |
2003-05-10 | Patch from metze and me that adds dummy smb_register_*() functions so | Jelmer Vernooij | 1 | -0/+7 |
2003-05-06 | Patch from metze to add exit and interval events. Useful for modules | Jelmer Vernooij | 1 | -0/+3 |
2003-04-23 | Merge HEAD's winbind into 3.0. | Andrew Bartlett | 1 | -0/+1 |
2003-04-16 | Add support for the new modules system to auth/ (merge from HEAD) | Jelmer Vernooij | 1 | -0/+4 |
2003-04-14 | Merge: | Tim Potter | 1 | -23/+0 |
2003-04-14 | Merge Jelmer's popt updates from HEAD. | Tim Potter | 1 | -6/+2 |
2003-03-30 | update copyright notice since it we are now almost 4 months into 2003 | Gerald Carter | 1 | -1/+1 |
2003-03-18 | Add an extra parameter to our 'set_remote_machine_name' and | Andrew Bartlett | 1 | -2/+2 |
2003-02-05 | Check for too many processes *before* the fork. | Jeremy Allison | 1 | -2/+36 |
2003-01-30 | Add 3 second timeout when terminating server and sending print notify | Jeremy Allison | 1 | -1/+1 |
2003-01-14 | make -i flag work lik eit did in 2.2 | Gerald Carter | 1 | -2/+5 |
2003-01-09 | Moved smbd process counting functions from smbd/server.c to smbd/process.c | Herb Lewis | 1 | -30/+0 |
2003-01-08 | Ensure we don't get an invalid number for total smbd's if the tdb update | Jeremy Allison | 1 | -1/+17 |
2003-01-03 | patch to include support for daemontools from Michael Handler | Gerald Carter | 1 | -2/+16 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -4/+5 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -7/+24 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -17/+6 |
2002-11-09 | Last sync with HEAD | Jelmer Vernooij | 1 | -105/+27 |
2002-10-31 | Fix slowdown because of enumerating all print queues on every smbd startup. | Jeremy Allison | 1 | -4/+7 |