Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r14255: Revert r14204 which was horribly broken. | James Peach | 1 | -3/+41 |
2007-10-10 | r14207: Convert the lp_acl_compatibility() param into an enum. | James Peach | 1 | -20/+9 |
2007-10-10 | r14204: Remove the basically unused P_GSTRING and P_UGSTRING | James Peach | 1 | -41/+3 |
2007-10-10 | r14018: Coverity error CID #27. Missing return -1 on error condition. | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r13915: Fixed a very interesting class of realloc() bugs found by Coverity. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r13829: From the "It's not pretty but it works" category | Gerald Carter | 1 | -0/+3 |
2007-10-10 | r13815: "Into the blind world let us now descend," | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r13794: If you are going to go, go big. That's what I always say. | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r13772: More default changes | Gerald Carter | 1 | -2/+3 |
2007-10-10 | r13736: Don't assume that printf can handle string arguments being NULL. Tidy | James Peach | 1 | -14/+17 |
2007-10-10 | r13610: Patch from Bjoern JACKE <samba@j3e.de>. Don't default to | Jeremy Allison | 1 | -4/+6 |
2007-10-10 | r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r13513: Changing defaults: | Gerald Carter | 1 | -16/+2 |
2007-10-10 | r13460: by popular demand.... | Gerald Carter | 1 | -6/+5 |
2007-10-10 | r13393: Do not initialize the lp_svcctl_list() value since it is handled | Gerald Carter | 1 | -2/+0 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -18/+697 |
2007-10-10 | r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500 | Derrell Lipman | 1 | -4/+13 |
2007-10-10 | r13027: Support file change notifications from FAM. | James Peach | 1 | -0/+4 |
2007-10-10 | r12735: After talking to Tridge and Jeremy... This needs to be made more generic | Volker Lendecke | 1 | -4/+0 |
2007-10-10 | r12721: GPFS 2.4 on Linux will contain some windows semantics, ie share modes... | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r12415: Forgot newlines. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r12414: Remove the unnecessary SMB_STRDUP in server_role_str() + reuse the role | Günther Deschner | 1 | -16/+23 |
2007-10-10 | r12290: Typo | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r11999: Re-add "passdb expand explicit". | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r11909: Implement 'reset on zero vc'. This kills other connections when a ses... | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r11739: As per Jeremy's request, add a panic action for developers. Now confi... | Volker Lendecke | 1 | -0/+3 |
2007-10-10 | r11734: Remove unused variable | Volker Lendecke | 1 | -1/+0 |
2007-10-10 | r11579: syncing up perf counter code cfrom trunk | Gerald Carter | 1 | -3/+0 |
2007-10-10 | r11494: Finally fix #3192 - remember iDiskfreeCacheTime is | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r11296: removing unused variable and ifdef'd out code | Gerald Carter | 1 | -14/+0 |
2007-10-10 | r11295: new service hashing code has assumign that the service | Gerald Carter | 1 | -12/+40 |
2007-10-10 | r11269: Ensure the new canonicalize_servicename() is mb safe. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r11266: Speed up loading smb.conf for large numbers of share definitions. The... | Volker Lendecke | 1 | -26/+111 |
2007-10-10 | r11190: Fix enhancement request #3192. | Jeremy Allison | 1 | -4/+9 |
2007-10-10 | r11169: removing duplicate 'map read only' entry | Gerald Carter | 1 | -1/+0 |
2007-10-10 | r10979: After discussions on IRC about profile shares, | Jeremy Allison | 1 | -2/+19 |
2007-10-10 | r10911: part of #2861: add rename support for usrmgr.exe when using tdbsam | Jim McDonough | 1 | -0/+3 |
2007-10-10 | r10781: merging eventlog and svcctl code from trunk | Gerald Carter | 1 | -36/+1 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -13/+26 |
2007-10-10 | r10371: Adding iPrint printing backend written by Joel J. Smith @ Novell. | Jeremy Allison | 1 | -0/+6 |
2007-10-10 | r9780: Clean up a bunch of compiler warnings. | James Peach | 1 | -3/+3 |
2007-10-10 | r8716: adding 'username map script' which if defined takes precendence over | Gerald Carter | 1 | -0/+3 |
2007-10-10 | r8615: Added "acl group control". Defaults to off. Docs to follow. | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r8454: Fix Bug #2502 | Günther Deschner | 1 | -5/+0 |
2007-10-10 | r8145: When inventing a new parameter for SFU-support, be aware of Volker's | Günther Deschner | 1 | -4/+4 |
2007-10-10 | r8144: remove unused parameter leftover. | Günther Deschner | 1 | -1/+0 |
2007-10-10 | r7994: This adds support in Winbindd's "security = ads"-mode to retrieve the ... | Günther Deschner | 1 | -0/+4 |
2007-10-10 | r7985: Add "acl map full control", true by default, to allow people to change | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r7963: Add aio support to 3.0. | Jeremy Allison | 1 | -0/+12 |
2007-10-10 | r7882: Looks like a large patch - but what it actually does is make Samba | Jeremy Allison | 1 | -23/+23 |