samba.git
2008-10-14 Jelmer VernooijUse common fusage implementation.
2008-10-13 Jelmer VernooijUse {u,}int64_t instead of SMB_BIG_{U,}INT.
2008-10-13 Tim ProutyRemove extraneous comment from 0a33d8bd312cc4497d08bbe0...
2008-10-13 Tim ProutyCheck for f_frsize when using statvfs
2008-10-13 Holger HetterichUpdate the manpage for vfs_smb_traffic_analyzer to...
2008-10-13 Jeremy AllisonWhitespace tidyup and an optimization to remove a talloc.
2008-10-13 Holger HetterichEnable optional anonymization of user names,
2008-10-13 Volker LendeckeRemove the current_spoolss_pipes_open thingy.
2008-10-13 Volker LendeckeMake the internal pipe functions static
2008-10-13 Volker LendeckeRemove smb_np_struct
2008-10-13 Volker LendeckeUse "struct files_struct" for pipes instead of smb_np_s...
2008-10-13 Volker LendeckeRemove the chain_fsp global
2008-10-13 Volker LendeckePass struct smb_request to file_free
2008-10-13 Volker LendeckePass struct smb_request to file_new
2008-10-13 Volker LendeckePass struct smb_request to file_fsp
2008-10-13 Matthias Dieter... DSDB cosmetic patches: Some enhancements
2008-10-13 Simo SorceRevert chunk applied by mistake as part of the cosmetic...
2008-10-13 Jelmer VernooijTest maxsize parameter to file_load() as used in Samba 3.
2008-10-13 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-13 Jelmer VernooijAdd test for data_blob_string_const_null.
2008-10-13 Matthias Dieter... Cosmetic corrections for the DSDB module
2008-10-13 Jelmer VernooijShare ndr.c implementation.
2008-10-13 Jelmer VernooijShare ndrdump implementation.
2008-10-13 Jelmer VernooijImport warning fixes from Samba 3 into libndr, sync...
2008-10-13 Jelmer VernooijShare uuid implementations.
2008-10-13 Jelmer VernooijShare ndr_misc implementations.
2008-10-13 Jelmer VernooijShare ndr_basic implementation.
2008-10-13 Jelmer VernooijImport warning fixes from Samba 3.
2008-10-13 Jelmer VernooijImport changes from upstream libndr.
2008-10-13 Jelmer VernooijMove code specific to Samba 3 to a separate file.
2008-10-13 Jelmer VernooijImport debug macros from Samba 3's libndr.
2008-10-13 Jelmer VernooijImport new enum values.
2008-10-13 Günther Deschners3: fix another build warning.
2008-10-13 Volker LendeckeFix bug 5691: SIGBUS on Solaris
2008-10-13 Jelmer VernooijUse DATA_BLOB instead of "struct data_blob".
2008-10-13 Jelmer VernooijAdd data_blob_string_const_null() function that include...
2008-10-12 Günther Deschnerfix build warnings.
2008-10-12 Günther Deschners3: fix the build of registry.so gpext.
2008-10-12 Jelmer VernooijFix number of arguments for file_load() functions.
2008-10-12 Jelmer VernooijRemove Samba3/Samba4-specific bits.
2008-10-12 Jelmer VernooijFix other paths to binding.o.
2008-10-12 Jelmer VernooijIgnore generated but unused files.
2008-10-12 Jelmer VernooijShare RPC binding string utility functions.
2008-10-12 Jelmer VernooijRemove gencache in Samba 4 - it's unused and behind...
2008-10-12 Jelmer VernooijMove zlib to top-level root.
2008-10-12 Jelmer VernooijRemove unused json code.
2008-10-12 Jelmer VernooijMake util_tdb.h static since it is now used by Samba3.
2008-10-12 Jelmer VernooijUse common util_file code.
2008-10-12 Jelmer VernooijMove nmblookup to same location as the rest of the...
2008-10-12 Jelmer VernooijSync util_tdb implementations.
2008-10-12 Jelmer VernooijMove rbtree.[ch] to lib/util.
2008-10-12 Jelmer VernooijUse common xfile.h.
2008-10-12 Jelmer VernooijUse common byteorder.h.
2008-10-12 Volker LendeckeFix "warning: initialization discards qualifiers from...
2008-10-12 Volker LendeckeFix "make etags" -- args list was too long for my etags
2008-10-12 Volker LendeckeRevert "Make get_rpc_pipe() static"
2008-10-12 Volker LendeckeMake get_rpc_pipe() static
2008-10-12 Volker LendeckeRemove unused #defines
2008-10-12 Volker LendeckeFix the build
2008-10-12 Jelmer VernooijAdd more tests to datablob testsuite.
2008-10-12 Jelmer VernooijUse common signal helper implementation.
2008-10-12 Jelmer VernooijImport Winbind NSS file for NetBSD in an attempt to...
2008-10-12 Jelmer VernooijFix include paths for files that aren't compiled -...
2008-10-12 Jelmer VernooijFix installation source locations for ../lib/util headers.
2008-10-12 Jelmer VernooijCope with the fact that the data blobs returned are now
2008-10-12 Jelmer VernooijFix warning, prototype.
2008-10-12 Jelmer VernooijAdd extra const.
2008-10-11 Jelmer VernooijAdd one-test testsuite for datablob.
2008-10-11 Jelmer VernooijAvoid problems with paranoid malloc checker.
2008-10-11 Jelmer VernooijShare data_blob implementation.
2008-10-11 Jelmer VernooijUse common strlist implementation in Samba 3 and Samba 4.
2008-10-11 Jelmer VernooijCope with changed signature of http_timestring().
2008-10-11 Jelmer VernooijAdd some simple tests for lib/util/time.c
2008-10-11 Jelmer VernooijMake sure x_fdup compiles on Samba 4.
2008-10-11 Jelmer VernooijSupport "make test-X" to run all tests that match regex X.
2008-10-11 Jelmer VernooijUse xfile from common lib/util in Samba 3.
2008-10-11 Jelmer VernooijRemove duplicate copy of dlinklist.h.
2008-10-11 Jelmer VernooijFix merged build locations.
2008-10-11 Jelmer VernooijFix include, clean up .o files in ../lib and ../libcli
2008-10-11 Jelmer VernooijClean up properly.
2008-10-11 Jelmer VernooijFix libutil path.
2008-10-11 Jelmer VernooijFix include paths to new location of libutil.
2008-10-11 Jelmer VernooijMove lib/util from source4 to top-level libutil.
2008-10-11 Jelmer VernooijProvide malloc_array() in Samba 4.
2008-10-11 Jelmer VernooijUse data_blob() for now, since it seems to be the only...
2008-10-11 Jelmer VernooijProvide the same set of helper functions for DEBUG...
2008-10-11 Jelmer VernooijMake sure to allocate copy for arc4 data, to avoid...
2008-10-11 Jelmer VernooijPrevent errors with data_blob() being a macro in s4...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Volker LendeckeMake use of talloc_tos()
2008-10-11 Volker LendeckeFix some nonempty blank lines
2008-10-11 Volker LendeckeFix a "nexted extern declaration" warning
2008-10-10 Jeremy AllisonInitialize near creation of resource. Makes code clearer.
2008-10-10 Jeremy AllisonEnsure we do reinit_after_fork().
2008-10-10 Jeremy AllisonAllow data flow to be debugged and only log on error...
2008-10-10 Jeremy AllisonAsync is trickier than it looks :-). Don't use a stack...
2008-10-10 Jeremy AllisonIf you have a large number of cups printers, then scann...
2008-10-10 Günther Deschnerpam_winbind: document mkhomedir option.
2008-10-10 Günther Deschnerpam_winbind: re-add mkhomedir option.
2008-10-10 Günther Deschnerpam_winbind: remove unused pam_winbind_request().
next