Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r11379: Remove external dependencies from sharemodes library. | Jeremy Allison | 1 | -4/+20 |
2007-10-10 | r11375: Update to the latest config.guess and config.sub files. | Paul Green | 2 | -328/+364 |
2007-10-10 | r11368: Remove a memleak that just cost me half an hour: If we terminate insi... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r11346: Fix for bug found by Dina Fine. If in case sensitive mode then | Jeremy Allison | 1 | -1/+10 |
2007-10-10 | r11344: I don't think share mode conflicts occur on deleting | Jeremy Allison | 2 | -20/+10 |
2007-10-10 | r11341: Put directory opens into the share mode db so we | Jeremy Allison | 3 | -8/+70 |
2007-10-10 | r11338: Move knowledge of \\ needed into rpc_client/cli_netlogon | Jeremy Allison | 2 | -8/+4 |
2007-10-10 | r11336: Start to get my control back :-). Volker, I think | Jeremy Allison | 2 | -22/+62 |
2007-10-10 | r11332: eventlog API uses NTSTATUS, not WERROR for return codes | Gerald Carter | 3 | -46/+45 |
2007-10-10 | r11328: Actually verify that the bind on a pipe succeeded with a samr_connect or | Volker Lendecke | 1 | -167/+196 |
2007-10-10 | r11327: Make user domain settable by pdbedit | Volker Lendecke | 1 | -2/+9 |
2007-10-10 | r11326: Fix alignment in getdc response | Volker Lendecke | 1 | -0/+3 |
2007-10-10 | r11324: Re-formatting before I can get a very *narrow* focus on the bugs in h... | Volker Lendecke | 1 | -59/+61 |
2007-10-10 | r11323: Fix usage of rpccli_netlogon_getdcname. Add some debug messages. | Volker Lendecke | 1 | -3/+18 |
2007-10-10 | r11320: Fix error handling for rpccli_netlogon_getdcname. Jeremy, the other f... | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r11319: read_buf_len and write_buf_len are no longer used, remove them. | Volker Lendecke | 2 | -6/+3 |
2007-10-10 | r11301: why would you look for printf in -lnsl[_s]? Fixing configure checks | Gerald Carter | 1 | -2/+2 |
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 | r11292: Missed merge from Samba 2.2 many years ago.... | Gerald Carter | 1 | -5/+0 |
2007-10-10 | r11286: Fix a potential segfault | Volker Lendecke | 1 | -7/+10 |
2007-10-10 | r11283: Move to using sival_int from sival_ptr. Part of bug #2922. | Jeremy Allison | 1 | -4/+10 |
2007-10-10 | r11280: BUG 3201: make sure request structure is cleared prior to sending the... | Gerald Carter | 1 | -0/+3 |
2007-10-10 | r11275: patch from Chris to remove the empty struct in libmsrpc.h (fix build ... | Gerald Carter | 1 | -4/+0 |
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 | r11256: Remove use of long long and strtoll in libsmbclient (we | Jeremy Allison | 2 | -32/+30 |
2007-10-10 | r11253: Fix an annoying timeout when no nmbd is around | Volker Lendecke | 1 | -8/+8 |
2007-10-10 | r11251: Fix a comment | Volker Lendecke | 1 | -7/+5 |
2007-10-10 | r11242: use LDAP bitwise machting rule when searching for groups in ADS. | Günther Deschner | 2 | -20/+61 |
2007-10-10 | r11240: * fix invalid read reported by valgrind in the | Gerald Carter | 2 | -69/+35 |
2007-10-10 | r11237: Fix acl evaluation bug found by Marc Cousin <mcousin@sigma.fr> | Jeremy Allison | 1 | -14/+34 |
2007-10-10 | r11236: Implement user rename for smbpasswd and ldap backends. Some cleanup on | Jim McDonough | 4 | -4/+130 |
2007-10-10 | r11235: fix segfault in addprinter due to mixing talloc() and malloc()'d memory | Gerald Carter | 1 | -3/+1 |
2007-10-10 | r11233: Forgot to add the statvfs file. Oops. | Jeremy Allison | 1 | -0/+65 |
2007-10-10 | r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab. | Jeremy Allison | 9 | -7/+103 |
2007-10-10 | r11230: Remove the '//' i was using to test something...oops | Jim McDonough | 1 | -1/+1 |
2007-10-10 | r11229: an even bigger speedup spotted by Volker. string_to_sid() is now tak... | Jim McDonough | 1 | -2/+2 |
2007-10-10 | r11228: Speed up string_to_sid by removing next_token calls, thus eliminating | Jim McDonough | 1 | -34/+27 |
2007-10-10 | r11227: patch from brian moran to fix typo in eventlog message file registry ... | Gerald Carter | 2 | -4/+4 |
2007-10-10 | r11224: Add feature to get our configuration from config.log into installman.sh. | Lars Müller | 1 | -3/+14 |
2007-10-10 | r11213: Fix the build | Günther Deschner | 2 | -1/+1 |
2007-10-10 | r11190: Fix enhancement request #3192. | Jeremy Allison | 4 | -16/+72 |
2007-10-10 | r11183: add small helper function to return a PAC_LOGON_INFO. | Günther Deschner | 2 | -10/+17 |
2007-10-10 | r11170: root free pass on eventlog open access check | Gerald Carter | 1 | -0/+7 |
2007-10-10 | r11169: removing duplicate 'map read only' entry | Gerald Carter | 1 | -1/+0 |
2007-10-10 | r11167: -lsec should be include in $ACL_LIBS and not $LIBS on solaris | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r11165: deparate the library install commands from the logic of whether to bu... | Gerald Carter | 1 | -14/+8 |
2007-10-10 | r11163: fix installation of libmsrpc | Gerald Carter | 1 | -1/+4 |
2007-10-10 | r11161: another regression from merge; make sure to build vfs_full_audit modu... | Gerald Carter | 1 | -1/+1 |