bbaumbach/samba-autobuild/.git
2008-02-26 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-26 Michael AdamFix build on VOS: socklen_t is needed for rep_inet_ntop...
2008-02-26 Stefan MetzmacherBASE-DEFER_OPEN: be less strict with to late responses
2008-02-26 Stefan Metzmacherselftest: Samba4 passes all oplocks tests now
2008-02-26 Stefan Metzmacherpvfs_setpathinfo: retry setpathinfo after oplock not...
2008-02-26 Stefan Metzmacherpvfs_open: add pvfs_can_update_file_size()
2008-02-26 Stefan Metzmacherpvfs_unlink: retry unlink after oplock not granted
2008-02-26 Stefan Metzmacherpvfs: add posix:oplocktimeout=30 option
2008-02-26 Stefan Metzmacherpvfs_setfileinfo: break level2 oplocks on setfileinfo...
2008-02-26 Stefan Metzmacherpvfs: send oplock breaks to none to level2 holders...
2008-02-26 Stefan Metzmacherpvfs_oplocks: add pvfs_break_level2_oplocks()
2008-02-26 Stefan Metzmacherpvfs: handle oplock releases in its own function pvfs_o...
2008-02-26 Stefan Metzmacherpvfs_open: call pvfs_setup_oplock() if an oplock was...
2008-02-26 Stefan Metzmacherpvfs: add pvfs_setup_oplock() to receive oplock breaks...
2008-02-26 Stefan Metzmacherpvfs_open: make the retry logic indepdendent from open...
2008-02-26 Stefan Metzmacherpvfs_open: fix odb_can_open() callers after prototype...
2008-02-26 Stefan Metzmacheropendb: unify the parameters of odb_open_file() and...
2008-02-26 Stefan Metzmacherpvfs_open: pass down open_disposition and break_to_none...
2008-02-26 Stefan Metzmacheropendb: pass down open_disposition and break_to_none...
2008-02-26 Stefan Metzmacherpvfs_setfileinfo_rename: map DELETE_PENDING to ACCESS_D...
2008-02-26 Stefan Metzmacheropendb_tdb: only file->delete_on_close == true should...
2008-02-26 Stefan Metzmacheropendb_tdb: move sharemode, oplock logic into odb_tdb_o...
2008-02-26 Stefan Metzmacheropendb_tdb: add force break to none logic
2008-02-26 Stefan Metzmacheropendb_tdb: attribute only opens doesn't conflict with...
2008-02-26 Stefan Metzmacheropendb_tdb: grant level2 oplocks
2008-02-26 Stefan Metzmacheropendb: add odb_break_oplocks() function
2008-02-26 Andrew BartlettRemove more cruft about smbscript.
2008-02-26 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-26 Andrew BartlettMake use of smbpython clear.
2008-02-26 Kai Blinhowto: We need bin/smbpython to run python provisioning
2008-02-26 Jelmer VernooijRevert cflags hack.
2008-02-26 Jelmer VernooijUse make to generate fragments rather than the perl...
2008-02-26 Jelmer VernooijMove more code out of perl.
2008-02-26 Jelmer VernooijFix the build (again).
2008-02-25 Jelmer VernooijFix the build.
2008-02-25 Jelmer VernooijRemove legacy code for public prototype headers.
2008-02-25 Jelmer VernooijRemove public prototype headers. Generating both public...
2008-02-25 Jelmer VernooijRemove binaries:: in favor of SBIN_PROGS, BIN_PROGS.
2008-02-25 Jelmer VernooijUse more make constructions for shared library bits.
2008-02-25 Jelmer VernooijUse make's $(call) feature.
2008-02-25 Jelmer VernooijFix use of realpath, fix init functions for ldb.
2008-02-25 Jelmer VernooijUpdate smb_build README.
2008-02-25 Jelmer VernooijRemove obsolete comment.
2008-02-25 Simo SorceUpdate homepages for talloc, tdb and ldb subprojects
2008-02-25 Jelmer VernooijMerge env.pm into makefile.pm.
2008-02-25 Jelmer VernooijMove configure output details out of perl code.
2008-02-25 Jelmer VernooijRemove workaround for some non-GNU makes.
2008-02-25 Jelmer VernooijInclude CFLAGS overrides in make file.
2008-02-25 Jelmer VernooijRemove more unnecessary generated code.
2008-02-25 Jelmer VernooijUse more GNU-make specific variables.
2008-02-25 Jelmer VernooijMove automatic dependencies code out of perl code.
2008-02-25 Jelmer VernooijFix standalone ldb build modules.
2008-02-25 Jelmer VernooijAllow absolute paths to be specified to mkproto.pl.
2008-02-25 Jelmer VernooijUse $@ where possible.
2008-02-25 Jelmer VernooijUse realpath for now to work around .. tricks.
2008-02-25 Jelmer VernooijRemove unused include.
2008-02-25 Jelmer VernooijRemove the now unused cflags script.
2008-02-25 Jelmer VernooijUse addprefix where possible rather than perl expansion...
2008-02-25 Jelmer VernooijFix the build.
2008-02-25 Jelmer VernooijIntegrate asn1 compilation into asn1 compiler.
2008-02-25 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-25 Stefan Metzmacheropendb: add odb_update_oplock() call
2008-02-25 Stefan Metzmacheropendb: send also the oplock break level on MSG_NTVFS_O...
2008-02-25 Stefan Metzmacheropendb: add odb_get_key() function to get the key back...
2008-02-25 Stefan Metzmacherpvfs_unlink: move stream logic into pvfs_unlink_one()
2008-02-25 Stefan Metzmacherpvfs_unlink: splitup the logic into generic and file...
2008-02-25 Stefan Metzmacherpvfs_unlink: add a fast path for the non wildcard case
2008-02-25 Stefan Metzmacherpvfs_unlink: move !name->stream_exists into the caller
2008-02-25 Stefan Metzmacherpvfs_unlink: pass down union smb_unlink completely...
2008-02-25 Stefan Metzmacherpvfs_unlink: pass down a struct pvfs_filename to pvfs_u...
2008-02-25 Stefan Metzmacherpvfs_open: unify talloc behavior in pvfs_can_delete...
2008-02-25 Stefan Metzmacherpvfs: handle SHARING_VIOLATION and OPLOCK_NOT_GRANTED...
2008-02-25 Stefan Metzmacherpvfs: pass NULL to pvfs_can_*() when no odb_lock is...
2008-02-25 Stefan Metzmacherpvfs_wait: use struct pvfs_wait * instead of void *
2008-02-25 Stefan Metzmacherpvfs_wait: 'private' -> 'private_data' and use talloc_g...
2008-02-25 Stefan MetzmacherRAW-OPLOCK: remove unused var
2008-02-25 Stefan MetzmacherRAW-OPLOCK: fix typo (send oplock releases on the corre...
2008-02-25 Stefan Metzmacherselftest: we pass the BASE-DEFER_OPEN test
2008-02-25 Stefan MetzmacherBASE-DEFER_OPEN: add torture:sharedelays option to...
2008-02-23 Volker LendeckeRespect the return value of asprintf
2008-02-22 Michael Adamlibreplace: don't use socketwrapper for getifaddrs...
2008-02-22 Stefan MetzmacherHappy New Year 2008! :-)
2008-02-22 Michael Adamlibreplace: Fix comment originating from old samba...
2008-02-21 Michael Adamlibreplace: fix creation of conftest files for getifadd...
2008-02-21 Michael AdamFix linked list of ifaddrs in implementations of rep_ge...
2008-02-21 Michael AdamAdd missing initalizations of lastif in rep_getifaddr...
2008-02-21 Michael Adamlibreplace: fix compile errors in getifaddrs.c
2008-02-21 Michael AdamTry and fix getifaddrs check on irix: dont't try to...
2008-02-21 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-21 Jelmer VernooijRemove extra whitespace, use public variable in IDL.
2008-02-21 Jelmer VernooijRemove more uses of global_loadparm.
2008-02-21 Stefan Metzmacherselftest: fix --socket-wrapper-pcap
2008-02-21 Stefan Metzmacherldb_sqlite: fix the build
2008-02-21 Jelmer VernooijRemove more uses of global_loadparm.
2008-02-21 Jelmer VernooijRemove more uses of global_loadparm.
2008-02-21 Jelmer VernooijRemove more uses of global_loadparm.
2008-02-21 Jelmer VernooijRemove more uses of global_loadparm.
2008-02-21 Jelmer VernooijAvoid use of global_loadparm.
2008-02-21 Stefan Metzmachersrvsvc.idl: don't use STR_LEN4 anymore
2008-02-21 Stefan Metzmachersamr.idl: windows uses lsa_AsciiStringLarge in QueryDis...
next