jra/samba/.git
2009-03-01 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijRerun pidl.
2009-03-01 Jelmer VernooijDon't generate array iterators when the length of the...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijAvoid using tevent_util.h, which won't be available...
2009-03-01 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMove next_token_talloc to util.c, as util_str.c is...
2009-03-01 Jelmer VernooijMove next_token_talloc() to top-level.
2009-03-01 Volker LendeckeOnly copy sharename up from rap_to_pjobid
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijEliminate two duplicate SEC_ACE_TYPE constants already...
2009-02-28 Jeremy AllisonFix bug #6082 - smbd_gpfs_getacl failed: Windows client...
2009-02-28 Volker LendeckeFix async reading winbindd_response
2009-02-28 Volker LendeckeSimplify async_connect_send slightly
2009-02-28 Jeremy AllisonAnd the prize for the most pain caused in the build...
2009-02-27 Bo YangInitialize the id_map status in idmap_ldap to avoid...
2009-02-27 Günther Deschners3: re-run make samba3-idl.
2009-02-27 Günther Deschnerspoolss: fill in spoolss_SetJobInfo1,2,3,4.
2009-02-27 Günther Deschnerspoolss: add spoolss_PortInfo3 and spoolss_PortInfoFF.
2009-02-27 Günther Deschners3-spoolss: use DSPRINT flags instead of SPOOLS_DS...
2009-02-27 Volker LendeckeUse talloc_tos() in regkey_access_check()
2009-02-27 Steven Dannemans3: fix guest auth when winbindd is running
2009-02-26 Günther Deschners3-rpcclient: add getjob spoolss command.
2009-02-26 Günther Deschners3-rpcclient: use is_valid_policy_hnd before closing...
2009-02-26 Günther Deschners3-spoolss: remove old rpccli_spoolss_getjob.
2009-02-26 Günther Deschners3-spoolss: add rpccli_spoolss_getjob convenience wrapper.
2009-02-26 Günther Deschners3: re-run make samba3-idl.
2009-02-26 Günther Deschnerspoolss: add 2 new SPOOLSS_JOB_CONTROL values.
2009-02-26 Günther Deschnerspoolss: add spoolss_JobInfo2, JobInfo3 and JobInfo4...
2009-02-26 Björn Jackedon't hardcode python path
2009-02-26 Jeremy AllisonMake us pass the RAW-RENAME torture test I just added.
2009-02-26 Jeremy AllisonAdd another torture test inspired by George @ Apple.
2009-02-26 Stefan Metzmacherlib/torture: fix depency to map_nt_error_from_unix()
2009-02-26 Michael Adams3: fix the build JOB_STATUS_BLOCKED -> JOB_STATUS_BLOC...
2009-02-26 Stefan Metzmachertevent: add tevent_queue infrastructure
2009-02-26 Michael Adams3:registry: tighten the subkey loop in reg_deletekey_r...
2009-02-26 Michael Adams3:registry: use delete_reg_subkey() in reg_deletekey()
2009-02-26 Michael Adams3:registry: implement delete_subkey in the smbconf...
2009-02-26 Michael Adams3:registry: implement delete_subkey in the db backend
2009-02-26 Michael Adams3:registry: add a delete_subkey method to the backend...
2009-02-26 Michael Adams3:registry: refactor deletion of various subkey lists...
2009-02-26 Michael Adams3:registry: streamline and cleanup regdb_set_secdesc...
2009-02-26 Michael Adams3:registry: refactor deletion of value/secdesc/subkey...
2009-02-26 Michael Adams3:registry: streamline reg_deletekey() somewhat.
2009-02-26 Michael Adams3:registry: use create_reg_subkey() in reg_createkey().
2009-02-26 Michael Adams3:registry: implement create_subkey for the smbconf...
2009-02-26 Michael Adams3:registry: implement create_subkey for the db backend.
2009-02-26 Michael Adams3:registry: add a create_subkey method to the backend...
2009-02-26 Michael Adamlibcli/util/werror.h: add macro W_ERROR_NOT_OK_GOTO...
2009-02-26 Michael Adams3: move definition of W_ERROR_NOT_OK_GOTO_DONE down...
2009-02-26 Michael Adams3:net rpc registry: use regsubkey_ctr_init() instead...
2009-02-26 Michael Adams3:registry: hash the list of subkeys in the regsubkey_ctr
2009-02-26 Michael Adams3:registry: remove definition of regsubkey_ctr from...
2009-02-26 Michael Adams3:profiles: use regsubkey_ctr_init() instead of using...
2009-02-26 Michael Adams3:registry: use regsubkey_ctr_init() in reg_eventlog.c
2009-02-26 Michael Adams3:services_db: use regsubkey_ctr_init() instead of...
2009-02-26 Michael Adams3:registry: use regsubkey_ctr_get_seqnum() in reg_back...
2009-02-26 Michael Adams3:registry: use regsubkey_ctr_set_seqnum() in reg_back...
2009-02-26 Michael Adams3:registry: use regsubkey_ctr_init() in reg_backend_db.c
2009-02-26 Michael Adams3:registry: use regsubkey_ctr_init() in reg_api.c
2009-02-26 Michael Adams3:registry: add regsubkey_ctr_get_seqnum() to hide...
2009-02-26 Michael Adams3:registry: add regsubkey_ctr_set_seqnum to hide imple...
2009-02-26 Michael Adams3:registry: add a regsubkey_ctr_init function for...
2009-02-26 Michael Adams3:registry: fix a comment
2009-02-26 Michael Adams3:registry: don't directly access key->subkeys->subkey...
2009-02-26 Michael Adams3:registry: don't directly access key->subkeys->subkey...
2009-02-26 Michael Adams3:registry: don't directly access key->subkeys->num_su...
2009-02-26 Michael Adams3:registry: don't directly access key->subkeys->num_su...
2009-02-26 Michael Adams3:registry: replace typedef "REGSUBKEY_CTR" by "struct...
2009-02-26 Michael AdamRevert "Fix a O(n^2) algorithm in regdb_fetch_keys()"
2009-02-26 Volker LendeckeRemove a temporary debug message -- sorry
2009-02-26 Günther Deschners3-spoolss: fix search_notify(). sorry...
2009-02-26 Günther Deschners3: re-run make samba3-idl.
2009-02-26 Günther Deschners3-spoolss: job status defines moved to IDL.
2009-02-26 Günther Deschnerspoolss: add spoolss_JobStatus.
2009-02-26 Günther Deschners3-spoolss: remove some unused defines and structs.
2009-02-26 Stefan Metzmachers4:heimdal_build: correrctly switch closefrom() and...
2009-02-26 Volker LendeckeConvert open_socket_out to tevent_req
2009-02-26 Volker LendeckeAdd tevent_req helpers to includes.h
2009-02-26 Volker LendeckeAdd tevent_ntstatus
2009-02-26 Michael Adams3:net: wrap net conf import into one big transaction
2009-02-26 Michael Adams3:libsmbconf: add transactions to the libsmbconf api
2009-02-26 Michael Adams3:registry: wrap deletekey_recursive in one big transa...
2009-02-26 Michael Adams3:registry: provide transaction_start|commit|cancel...
2009-02-26 Volker LendeckeWrap creating the sorted subkey cache in a transaction
2009-02-26 Volker LendeckeAdd a comment describing the sorted subkeys
2009-02-26 Volker LendeckeAdd sorted subkey cache
2009-02-26 Volker LendeckeAdd db_tdb_parse
2009-02-26 Volker LendeckeAdd dbwrap->parse_record
2009-02-26 Volker LendeckeSpeed up "net conf list"
2009-02-26 Volker LendeckeSpeed up "net conf list"
2009-02-26 Stefan Metzmachers4:Makefile: try to fix 'make installheaders' on *BSD...
2009-02-26 Stefan Metzmachers4:heimdal_build: don't always build setprogname.o
2009-02-26 Stefan Metzmacherlibreplace: make it possible to disable socket_wrapper...
2009-02-26 Stefan Metzmachers4:ldb_map: include ldb_includes.h first to get replace...
2009-02-26 Stefan Metzmachers4:VERSION: mark as 4.0.0-alpha8 gitsnapshot
2009-02-26 Andrew BartlettMark as the Samba 4.0 alpha7 release
2009-02-26 Andrew BartlettA simple hack to avoid the segfault in #6138
2009-02-25 Jeremy AllisonFix more POSIX path lstat calls. Fix bug where close...
2009-02-25 Jeremy AllisonUse fsp->posix_open in preference if we have it.
next