samba.git
2010-09-10 Günther Deschners3-printing: fix non-ads build after prototype changes.
2010-09-10 Volker Lendeckes3: Simplify generate_krb5_ccache slightly
2010-09-10 Jeremy AllisonCheck all SMB_MALLOC returns correctly. Found by Andrea...
2010-09-10 Matthias Dieter... s4:torture/rpc/winreg.c - hopefully this attempt fixes...
2010-09-10 Matthias Dieter... s4:getncchanges_change_master - also in this call ...
2010-09-10 Volker Lendeckes3: auth.krb5ccname and auth.unix_username are both...
2010-09-10 Stefan Metzmacherselftest/s3-selftest.sh: knownfailure filtering for...
2010-09-10 Stefan Metzmachers3:torture: fix printf output, lines can't start with...
2010-09-10 Stefan Metzmachers3:torture: fix run_uid_regression_test
2010-09-10 Stefan Metzmachers3-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SES...
2010-09-10 Stefan Metzmachers4-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SES...
2010-09-10 Stefan Metzmachers4:provision: remember the setup directory if it wasn...
2010-09-10 Günther Deschners3-spoolss: Fix _spoolss_GetPrinter().
2010-09-10 Andreas Schneiders3-spoolss: Don't leak memory on the session counter...
2010-09-10 Simo Sorces3-spoolss: Allow multiple client backchannels.
2010-09-10 Simo Sorces3-spoolss: Split function to send notification.
2010-09-10 Simo Sorces3-spoolss: Use a single structure for all the back...
2010-09-10 Simo Sorces3-spoolss: Rename Printer_entry to struct printer_handle.
2010-09-10 Simo Sorces3-spoolss: Move Printer_entry to srv_spoolss_nt.c
2010-09-10 Simo Sorces3-spoolss: Allocate printer entries on the pipe struct.
2010-09-10 Simo Sorces3-spoolss: Rename session counter structure and use...
2010-09-10 Günther Deschners3-dsgetdcname: cleanup receive_getdc_response a little.
2010-09-10 Günther Deschners3-build: use proper RPC_X_OBJ target names.
2010-09-10 Günther Deschners3-waf: use proper RPC_X_SRC names.
2010-09-10 Anatoliy Atanasovs4/fsmo: Change return type from NTSTATUS to WERROR...
2010-09-10 Anatoliy Atanasovs4/fsmo: Fix callback declaration
2010-09-10 Kamen Mazdrashkis4-drs: return DRSUAPI_EXOP_ERR_SUCCESS in extended_ret
2010-09-10 Kamen Mazdrashkis4-drs: Hanlde extended operations only once
2010-09-10 Kamen Mazdrashkis4-dreplsrv: fix 'dn' for partition object being created
2010-09-10 Kamen Mazdrashkis4-drs-fsmo: try to dispatch ops in queue as soon as...
2010-09-10 Anatoliy Atanasovs4/fsmo: Added python tests for schema master transfer op
2010-09-10 Andrew Tridgells4-fsmo: update FSMO changes for recent IRPC work
2010-09-10 Anatoliy Atanasovs4/drs: update repsFrom only when we are not in getncch...
2010-09-10 Nadezhda Ivanovas4-ldap: Added support for FSMO role transfer via LDAP...
2010-09-10 Nadezhda Ivanovas4-rpc: Added handling of fsmo role transfer to GetNCCh...
2010-09-10 Nadezhda Ivanovas4-irpc: Added internal rpc call DREPL_TAKEFSMOROLE
2010-09-10 Nadezhda Ivanovas4-drs: Implementation of GetNCChanges extended op...
2010-09-10 Nadezhda Ivanovas4-drs: Refactored drepl_service and send_ridalloc_requ...
2010-09-10 Björn Jackes4/torture: use time_mono for deltas in lock test
2010-09-10 Günther Deschners3-build: only link LIBNDR_XATTR_OBJ where needed.
2010-09-10 Günther Deschners3-waf: only link LIBNDR_XATTR_SRC where needed.
2010-09-10 Günther Deschners3-build: link ndr_notify only where needed.
2010-09-10 Günther Deschners3-waf: link ndr_notify only where needed.
2010-09-10 Günther Deschners3-build: link ndr_named_pipe_auth only where needed.
2010-09-10 Günther Deschners3-waf: link ndr_named_pipe_auth only where needed.
2010-09-09 Günther Deschners3-spoolss: allow a short printername w/o servername.
2010-09-09 Jeremy AllisonFox missing SMB_MALLOC return checks noticed by "Andrea...
2010-09-09 Jeremy AllisonMore paranoia to ensure SD's can't be set on read-only...
2010-09-09 Günther Deschners3-selftest: rename printer "print4" to "lp".
2010-09-09 Günther Deschners4-smbtorture: add spoolss_OpenPrinter with unc and...
2010-09-09 Volker Lendeckes3: Fix messsssages
2010-09-09 Volker Lendeckes3: Ensure NULL termination for "workstation" in auth_crap
2010-09-09 Günther Deschners3-nmbd: use NETLOGON_NT_VERSION_1 in LOGON_PRIMARY_RES...
2010-09-09 Volker Lendeckes3: These assignments are overwritten immediately
2010-09-09 Günther Deschners3-nmbd: use autogenerated marshalling for LOGON_SAM_LO...
2010-09-09 Günther Deschners3-nmbd: use autogenerated marshalling for LOGON_PRIMAR...
2010-09-09 Günther Deschners3-nmbd: use autogenerated marshalling for LOGON_REQUEST.
2010-09-09 Günther Deschners3-nmbd: handle source_name in one location in nmbd_pro...
2010-09-09 Günther Deschners3-nmbd: use nbt_netlogon_packet in process_logon_packet().
2010-09-09 Günther Deschnerlibcli/netlogon: add LOGON_REQUEST handling to pull_nbt...
2010-09-09 Günther Deschnerlibcli/netlogon: add LOGON_RESPONSE2 to pull_nbt_netlog...
2010-09-09 Günther Deschnerlibcli/netlogon: add NETLOGON_RESPONSE2 to push_nbt_net...
2010-09-09 Matthias Dieter... s4:client/cifsdd.c - restore Solaris cc compatibility
2010-09-09 Matthias Dieter... s4:torture/rpc/winreg.c - restore Solaris cc compatibility
2010-09-09 Matthias Dieter... s4:libcli/security/*.c - fix some wrong typed counters
2010-09-09 Kamen Mazdrashkis4-dreplsrv: Do allocations on long-living context...
2010-09-09 Kamen Mazdrashkis4-drs-test: Add 'reset' and 'replace' tests for drsuap...
2010-09-09 Kamen Mazdrashkis4-dreplsrv: Call dreplsrv_out_operation::callback...
2010-09-09 Kamen Mazdrashkis4-dsdb/repl/drepl_out_pull.c: Remove unused code
2010-09-09 Kamen Mazdrashkis4-drepl_service.c: Update (C)
2010-09-09 Kamen Mazdrashkis4-drepsrv: Dump more info when drepl_replica_sync...
2010-09-09 Andreas Schneiders3-printing: Make missing auth_serversupplied_info...
2010-09-09 Andreas Schneiders3-spoolss: Use systerm server_info for winreg connection.
2010-09-09 Andreas Schneiders3-spoolss: Make auth_serversupplied_info const.
2010-09-09 Andreas Schneiders3-printing: Make auth_serversupplied_info const.
2010-09-09 Andreas Schneiders3-msdfs: Make auth_serversupplied_info const.
2010-09-09 Andreas Schneiders3-rpcint: Make auth_serversupplied_info const.
2010-09-09 Andreas Schneiders3-auth: Added get_server_info_system function.
2010-09-09 Andreas Schneiders3-spoolss: Fixed some build warnings.
2010-09-09 Andrew Tridgells4-rodc: cope with missing searchFlags
2010-09-09 Andrew Bartletts4-dsdb Change debug levels for startup messages
2010-09-09 Andrew Bartletts4-setup Make krb5.conf use DNS by default
2010-09-09 Andrew Tridgells4-test: added a RODC test using rpcecho
2010-09-09 Andrew Tridgells4-test: added a RODC to our testing
2010-09-09 Andrew Tridgells4-rodc: get the domain name from the partitions DN
2010-09-09 Andrew Tridgellpyldb: expose PyLdbDn_FromDn()
2010-09-09 Andrew Tridgells4-provision: fixed error format string
2010-09-09 Andrew Tridgells4-pydsdb: expose samdb_partitions_dn() as get_partitio...
2010-09-09 Andrew Tridgells4-rodc: s->schema need initialisation
2010-09-09 Günther Deschnerlib/util: remove some unused_result warnings.
2010-09-09 Günther Deschners3-utils: remove unused variable in smbget.
2010-09-09 Volker Lendeckes3: Remove "mem_ctx" from a few functions
2010-09-09 Volker Lendeckes3: Remove "mem_ctx" from wcache_save_creds()
2010-09-09 Volker Lendeckes3: Remove "mem_ctx" from lookup_cached_name()
2010-09-09 Volker Lendeckes3: Remove a nested if-statement
2010-09-09 Volker Lendeckes3: Fill in workstation in winbindd_pam_auth_crap_send
2010-09-09 Volker Lendeckes3: Fill in domain in winbindd_pam_auth_crap_send
2010-09-09 Volker Lendeckes3: Remove redundant flag checks
2010-09-09 Volker Lendeckes3: Remove unused arg "user_sid" from winbindd_store_creds
2010-09-09 Volker Lendeckes3: Remove unused winbindd_update_creds_by_sid
next