s3:registry: use regsubkey_ctr_set_seqnum() in reg_backend_db.c
[amitay/samba.git] / source3 /
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-spoolss: job status defines moved to IDL.
2009-02-26 Günther Deschners3-spoolss: remove some unused defines and structs.
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-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.
2009-02-25 Günther Deschners3-spoolss: fix _spoolss_AddJob behaviour.
2009-02-25 Jeremy AllisonEnsure ACL modules work with POSIX paths.
2009-02-25 Tim Proutys3: Report the correct path when dumping core on FreeBSD
2009-02-25 Tim Proutys3: Refactor and cleanup the error paths in dump_core_setup
2009-02-25 Tim Proutys3 OneFS: Add .snapshot directory configuration handling
2009-02-25 Jeremy AllisonFix use of streams modules with CIFSFS client.
2009-02-25 Günther Deschners3-rpcclient: add test command to call netr_LogonGetCap...
2009-02-25 Jeremy AllisonMake test for open modes more robust against other...
2009-02-25 Jeremy AllisonFix bug in processing of open modes in POSIX open.
2009-02-25 Günther Deschners3-rpcclient: support level 2 in spoolss_addform.
2009-02-25 Günther Deschners3-spoolss: make us pass the RPC-SPOOLSS torture test...
2009-02-25 Günther Deschners3-spoolss: JOB_ACCESS_READ has moved to idl.
2009-02-25 Jeremy AllisonFix some NetBSD warnings.
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-25 Günther Deschners3-spoolss: remove unused decode_printer_info_7.
2009-02-25 Stefan Metzmachers3:events: map TEVENT_DEBUG_TRACE to debug level 10
2009-02-25 Günther Deschners3-rpcclient: allow to set level in spoolss getform...
2009-02-25 Günther Deschners3-rpcclient: more uses of is_valid_policy_hnd in spool...
2009-02-25 Volker LendeckeFix a missing prototype
2009-02-25 Volker LendeckeFix an incompatible pointer passed to winbind_get_groups
2009-02-25 Volker LendeckeConvert rpc_sock_write to use tevent_req base async_send
2009-02-25 Volker LendeckeConvert rpc_sock_read to use tevent_req base async_read
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-25 Günther Deschners3-spoolss: use is_valid_policy_hnd to check for valid...
2009-02-25 Günther Deschners3-spoolss: remove rpccli_spoolss_getprinter.
2009-02-25 Günther Deschners3-spoolss: remove rpccli_spoolss_setprinter.
2009-02-25 Günther Deschners3-spoolss: remove rpccli_spoolss_addprinterex.
2009-02-25 Günther Deschners3-spoolss: use rpccli_spoolss_addprinterex wrapper.
2009-02-25 Günther Deschners3-net: use rpccli_spoolss_getprinter and rpccli_spools...
2009-02-25 Günther Deschners3-rpcclient: use rpccli_spoolss_SetPrinter and rpccli_...
2009-02-25 Günther Deschners3-spoolss: add rpccli_spoolss_getprinter convenience...
2009-02-25 Günther Deschners3-spoolss: add rpccli_spoolss_addprinterex convenience...
2009-02-25 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-25 Tim Proutys3: Fix 'assignment differ in signedness' warning
2009-02-25 Tim Proutys3 OneFS: Fix uninitialized variable
2009-02-25 Steve FrenchFix guest mounts
2009-02-25 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-25 Jeremy AllisonAllow set attributes on a stream fnum to be redirected...
2009-02-25 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-02-25 Dan Sledzs3: Rename auth_onefs_wb and pdb_onefs_sam
2009-02-24 Dan Sledzs3: onefs_acl.c cleanup
2009-02-24 todd stecherS3: Add in profile counters for new vfs and syscall...
2009-02-24 Günther Deschners3-spoolss: remove some left-over hand marshalling...
2009-02-24 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-02-24 Günther Deschners3-spoolss: remove rpccli_spoolss_addprinterdriver.
2009-02-24 Günther Deschners3-rpcclient: use rpccli_spoolss_AddPrinterDriver.
2009-02-24 Tim Proutys3: Fix a bug that prevent core files from being created
2009-02-24 Günther Deschners3-spoolss: remove old rpccli_spoolss_getprinterdriver...
2009-02-24 Günther Deschners3-net: use rpccli_spoolss_AddPrinterDriver and rpccli_...
2009-02-24 Günther Deschners3-rpcclient: use rpccli_spoolss_getprinterdriver2...
2009-02-24 Günther Deschners3-spoolss: add rpccli_spoolss_getprinterdriver2 conven...
2009-02-24 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-02-24 Volker LendeckeUse read_packet for wb_resp_read
2009-02-24 Volker LendeckeUse read_packet for wb_req_read
2009-02-24 Volker LendeckeRemove read_pkt
2009-02-24 Volker LendeckeReplace read_pkt by read_packet in np_read
2009-02-24 Volker LendeckeUse async_writev in np_write
2009-02-24 Volker LendeckeUse async writev for wb_resp_write
2009-02-24 Volker LendeckeUse async writev in wb_req_write
2009-02-24 Volker LendeckeConvert async_connect to tevent_req
2009-02-24 Volker LendeckeAdd tevent_req_is_unix_error
2009-02-24 Volker LendeckeConvert name_mangle() to use talloc
2009-02-24 Stefan Metzmachers3:Makefile: build libcli/ldap files
2009-02-24 Stefan Metzmachers3: remove unused smb_ldap.h
2009-02-24 Michael Adams3:mount.cifs: make "mount.cifs -V" print the version...
2009-02-24 Michael Adams3:mount.cifs: don't error exit on explicitly requested...
2009-02-24 Günther Deschners3-spoolss: use marshall/unmarshall_sec_desc_buf in...
next