Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r22301: remove unused vars | Stefan Metzmacher | 1 | -3/+0 |
2007-10-10 | r22298: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplace | Stefan Metzmacher | 4 | -31/+35 |
2007-10-10 | r22291: Fix off-by-one in tconX parsing. | Jeremy Allison | 1 | -2/+11 |
2007-10-10 | r22285: Allow arbitrary bases in int and ulong parsing. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r22283: Remove very old bug where we assigned the online mode of | Gerald Carter | 1 | -2/+0 |
2007-10-10 | r22282: Fix last few name -> servicename changes. | Jeremy Allison | 3 | -4/+4 |
2007-10-10 | r22280: merge from samba4: | Stefan Metzmacher | 1 | -56/+254 |
2007-10-10 | r22277: __location__ is defined in libreplace now | Stefan Metzmacher | 1 | -5/+0 |
2007-10-10 | r22276: Fix name -> servicename in messages.c | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22274: merge from samba4: | Stefan Metzmacher | 2 | -1/+11 |
2007-10-10 | r22271: merge from samba4: | Stefan Metzmacher | 2 | -0/+7 |
2007-10-10 | r22268: merge from samba4: | Stefan Metzmacher | 1 | -4/+6 |
2007-10-10 | r22266: Fix bug #4512 - we were returning a volume label greater than | Jeremy Allison | 4 | -12/+21 |
2007-10-10 | r22264: merge from samba4: | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r22262: fix the build on systems without GSS_C_NT_HOSTBASED_SERVICE | Stefan Metzmacher | 1 | -1/+4 |
2007-10-10 | r22254: merge from samba4: | Stefan Metzmacher | 1 | -7/+56 |
2007-10-10 | r22252: merge from samba4: | Stefan Metzmacher | 2 | -1/+7 |
2007-10-10 | r22249: move tdb code to lib/tdb/ as in samba4 | Stefan Metzmacher | 33 | -9/+11 |
2007-10-10 | r22247: merge from samba4: | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r22244: merge from samba4: | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r22240: merge from samba4: | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r22230: Let's just cast here, the 2 calls have different allocation mechanisms. | Simo Sorce | 1 | -7/+9 |
2007-10-10 | r22229: discard_const_p is in lib/replace now | Stefan Metzmacher | 1 | -4/+0 |
2007-10-10 | r22227: merge from samba4: | Stefan Metzmacher | 2 | -1/+24 |
2007-10-10 | r22224: merge from samba4: | Stefan Metzmacher | 1 | -5/+25 |
2007-10-10 | r22221: merge from samba4: | Stefan Metzmacher | 12 | -16/+1429 |
2007-10-10 | r22214: Fix incompatible pointer type warnings. Simo, please check and merge ... | Volker Lendecke | 1 | -1/+5 |
2007-10-10 | r22213: We can't use become_root() here, as it does DEBUG() | Volker Lendecke | 2 | -5/+15 |
2007-10-10 | r22212: Cope with signature errors on sessionsetupX logins | Jeremy Allison | 1 | -0/+20 |
2007-10-10 | r22211: Don't return a value from void functions ! | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22210: Fix typo in testing for non-centry entries. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22209: Fix the storage of time_t -> make it 64 bits (use the | Jeremy Allison | 2 | -14/+117 |
2007-10-10 | r22207: Fill in the validation functions. Now to test... | Jeremy Allison | 1 | -28/+73 |
2007-10-10 | r22206: Added boilerplate to be filled in for other validation functions. | Jeremy Allison | 1 | -0/+163 |
2007-10-10 | r22205: Add some flesh to the bones of the cache validation code. | Jeremy Allison | 1 | -59/+209 |
2007-10-10 | r22204: Workaround to quickly close bug #4508 | Simo Sorce | 3 | -6/+36 |
2007-10-10 | r22202: Volker is clever :-). Use TDB_NOMMAP to prevent any wild pointer | Jeremy Allison | 1 | -1/+4 |
2007-10-10 | r22181: Fix for EISCON in open_any_socket_out from William Jojo | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r22175: sync packaging changes from SAMBA_3_0_25 | Gerald Carter | 1 | -1/+3 |
2007-10-10 | r22173: BUG 4491, 4501: Additional fixes for protecting against | Gerald Carter | 2 | -45/+62 |
2007-10-10 | r22172: FSCTL_RECALL_FILE is 0x90117 according to my traces. Record it here. | Alexander Bokovoy | 1 | -1/+1 |
2007-10-10 | r22164: Fix missing lock count release in transaction cancel. | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r22163: Pure reformatting. I hate 4 space tabstops :-). | Jeremy Allison | 1 | -15/+15 |
2007-10-10 | r22159: BUG 4501 (second half of fix): Just disable the | Gerald Carter | 1 | -8/+8 |
2007-10-10 | r22158: BUG 4501 (partial): Fix a crash caused by not using the | Gerald Carter | 1 | -6/+16 |
2007-10-10 | r22157: Fix bug #3634 - stop nmbd segfaulting with bad interface line. | Jeremy Allison | 1 | -0/+7 |
2007-10-10 | r22155: Fixed warning #4498 from jason@ncac.gwu.edu. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r22154: Make struct smbdb_ctx an opaque pointer so users of the API | Jeremy Allison | 2 | -6/+7 |
2007-10-10 | r22153: fix LDAP SASL "GSSAPI" bind against w2k3, this isn't critical | Stefan Metzmacher | 1 | -5/+10 |
2007-10-10 | r22151: remove netgr functions from libreplace they're not used | Stefan Metzmacher | 4 | -39/+2 |