summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* r25061: Pro-actively shut up Coverity :-)Volker Lendecke2007-10-101-3/+5
* r25055: Add file_id_string_tosVolker Lendecke2007-10-101-18/+4
* r25040: Add "net sam rights"Volker Lendecke2007-10-102-1/+39
* r25025: Remove an unused functionVolker Lendecke2007-10-101-5/+0
* r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison2007-10-101-0/+65
* r24993: Apply some constVolker Lendecke2007-10-101-1/+2
* r24949: Remove some static buffersVolker Lendecke2007-10-103-62/+42
* r24903: One more tick in #if 0 codeVolker Lendecke2007-10-101-1/+1
* r24902: DEBUG might use talloc_tos() itself...Volker Lendecke2007-10-101-1/+1
* r24877: Don't panic in tdb validation code when the fork or waitpid fails.Michael Adam2007-10-101-5/+7
* r24848: Make tdb_validate() take an open tdb handle instead of a file name.Michael Adam2007-10-101-16/+41
* r24847: Change standard failure return code of tdb_validate from "-1" to "1".Michael Adam2007-10-101-2/+2
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-10-101-0/+108
* r24773: Fix a ctdb connection lockupVolker Lendecke2007-10-103-13/+57
* r24759: Comment out the _nonnull calls for 3.2.x, as agreed with tridge.Jeremy Allison2007-10-101-0/+6
* r24744: Increase length by what we got from recv, not from ioctlVolker Lendecke2007-10-101-2/+3
* r24743: Fix build warning.Günther Deschner2007-10-101-1/+1
* r24742: Add experimental DsGetDcName() call (will be used by krb5 locator for...Günther Deschner2007-10-101-0/+72
* r24738: Fix one more use of pwrite in tdb code in the spirit of r23972 and r2...Michael Adam2007-10-101-6/+25
* r24733: Add support for storing DATA_BLOBs in gencache.tdb (including torture...Günther Deschner2007-10-101-0/+157
* r24627: merge from SAMBA_4_0:Stefan Metzmacher2007-10-101-2/+12
* r24618: move printing out the version string and exit()Stefan Metzmacher2007-10-101-3/+12
* r24610: Add a debug message that the workaround has been activated...Michael Adam2007-10-101-0/+2
* r24609: Fix the fix of r23668 for win2k giving one zero byteMichael Adam2007-10-101-1/+1
* r24589: Refactor our vuid code so that we keep the sameJeremy Allison2007-10-101-1/+1
* r24547: Fix #4897, patch from David S. Collier-Brown <davecb@spamcop.net> -- ...Volker Lendecke2007-10-101-6/+6
* r24435: Fix typo.Günther Deschner2007-10-101-1/+1
* r24354: Remove offsetof macroVolker Lendecke2007-10-101-4/+0
* r24341: Make libreplace provide offsetof.Jelmer Vernooij2007-10-103-4/+5
* r24340: Use standard data type uint32_t rather than tdb-specific u32.Jelmer Vernooij2007-10-108-59/+56
* r24304: patch from Bjoern JAcke <bj@SerNet.DE>:Stefan Metzmacher2007-10-101-0/+242
* r24267: Fix the build farmVolker Lendecke2007-10-101-2/+2
* r24265: Add the tdb_hashsize:<tdbname> parameterVolker Lendecke2007-10-101-0/+22
* r24133: Explicitly pass flags2 down to push_string_fnVolker Lendecke2007-10-101-2/+5
* r24120: add a file_id_create() hook into the VFS layerStefan Metzmacher2007-10-101-4/+3
* r24113: some little fixes to get the correct error messageStefan Metzmacher2007-10-102-2/+6
* r24054: Fix some warningsVolker Lendecke2007-10-101-2/+2
* r24049: Some more 64-bit warningsVolker Lendecke2007-10-101-2/+4
* r24033: We need to be able to cope with packet_handler calling itselfVolker Lendecke2007-10-101-4/+5
* r24032: It helps testing tremendously if the cluster messaging actually sendsVolker Lendecke2007-10-102-0/+16
* r24031: Fix some 64 bit warningsVolker Lendecke2007-10-101-3/+4
* r24025: packet_send() expects DATA_BLOB elements as vaargsStefan Metzmacher2007-10-101-3/+3
* r24023: Correctly support REG_BINARY in registry_push_value() andGünther Deschner2007-10-101-2/+6
* r24008: Fix Bug 4792. Thanks to David Gajewski <dgajews@math.utoledo.edu> and toVolker Lendecke2007-10-101-1/+1
* r24000: Add message_push_blob() and message_push_string().Volker Lendecke2007-10-101-0/+21
* r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...Volker Lendecke2007-10-101-0/+116
* r23981: Make tdb_validate_and_backup try harder to end up with a valid tdb:Michael Adam2007-10-101-23/+60
* r23980: Fix one more use of pwrite in expand_file.Michael Adam2007-10-101-1/+10
* r23979: Fix another occurence of (written != requested) as anMichael Adam2007-10-101-5/+22
* r23977: Im prove the pwrite-patch to tdb_expand_file of r23972:Michael Adam2007-10-101-7/+20