amitay/samba.git
2010-01-07 Michael Adams3:auth:check_sam_security: introduce a bool var to...
2010-01-07 Michael Adams3:passdb: store the plain nt passwords hashes in histo...
2010-01-07 Michael Adams3:smbd:password_in_history: treat entry with 0 salt...
2010-01-07 Volker Lendeckes3: Remove some code that has become unnecessary
2010-01-07 Günther Deschners3-docs: fix eventlogadm manpage typo.
2010-01-07 Volker Lendeckes3: Lock down some srvsvc calls according to what w2k3...
2010-01-07 Michael Adams3:auth:check_sam_security: improve calling and logging...
2010-01-07 Michael Adams3:auth:check_sam_security: fix a leading tab/ws mixup
2010-01-07 Michael Adams3:auth:check_sam_security: create (and use) a common...
2010-01-07 Michael Adams3:auth:check_sam_security: null out sampass after...
2010-01-07 Michael Adams3:auth:sam_password_ok: take username, acct_ctrl and...
2010-01-07 Michael Adams3:auth: use data_blob_null instead of data_blob(NULL...
2010-01-07 Michael Adams3:auth:sam_password_ok: fix allocation of a data blob.
2010-01-07 Michael Adams3:auth:sam_password_ok: enhance readability (imho...
2010-01-07 Michael Adams3:check_sam_security: untangle assignment from statement
2010-01-07 Volker Lendeckes3: Factor password_in_history() out of check_passwd_hi...
2010-01-07 Volker LendeckeSimplify E_md5hash a bit
2010-01-07 Volker Lendeckes3: Simplify pdb_set_plaintext_passwd: pwhistory==NULL...
2010-01-07 Volker Lendeckes3: Simplify pdb_set_plaintext_passwd: pwHistLen==0...
2010-01-07 Volker Lendeckes3: Add a paranoia check to pdb_set_plaintext_passwd()
2010-01-07 Volker Lendeckes3: Simplify pdb_set_plaintext_passwd() by removing...
2010-01-07 Volker Lendeckes3: Simplify pdb_set_plaintext_passwd: memcpy deals...
2010-01-07 Volker Lendeckes3: Simplify pdb_set_plaintext_passwd by using talloc_z...
2010-01-07 Volker Lendeckes3: Make use of talloc_array in pdb_set_plaintext_passwd()
2010-01-07 Volker Lendeckes3: Simplify pdb_set_plaintext_passwd() a bit
2010-01-07 Volker Lendeckes3: Simplify pdb_set_plaintext_passwd() slightly
2010-01-07 Volker Lendeckes3: Fix a typo
2010-01-07 Volker Lendeckes3: Avoid a memset(, 0, ) call
2010-01-07 Michael Adams3:pdb_set_pw_history: free the old history before...
2010-01-07 Michael Adams3:pdb_ldap:init_sam_from_ldap: untangle an assignment...
2010-01-07 Steven Dannemans4/torture: fix small bug in lock test
2010-01-07 Steven Dannemans4/torture: add more lock cancellation tests
2010-01-06 Björn Jackes3:lib/time: remove TIME_T_MIN/MAX defines
2010-01-06 Björn Jackelib/util: move TIME_T_MIN/MAX defines into header file
2010-01-06 Björn Jackeѕ3:lib/time: replace make_dos_ and put_dos_ functions...
2010-01-06 Björn Jackes3:lib/time: remoce null_mtime() - use null_time()
2010-01-06 Björn Jackes3:lib/time: remove unused nt_time_equals
2010-01-06 Jeremy AllisonSecond part of the fix for bug #7020 - smbd using 2G...
2010-01-06 Günther Deschners4-smbtorture: add test_ChangeID to RPC-SPOOLSS.
2010-01-06 Günther Deschners4-smbtorture: add test_SetPrinter to RPC-SPOOLSS.
2010-01-06 Günther Deschners4-smbtorture: refactor test_GetPrinter in RPC-SPOOLSS.
2010-01-06 Björn Jackeѕ3:configure: use gettimeofday check from lib/util/
2010-01-06 Björn Jackevfs_commit: print warning when no fsync support is...
2010-01-06 Stefan Metzmachertdb: fix standalone 'make installdocs'
2010-01-06 Brian Lutdb: create symbol links to shared libraries see https...
2010-01-06 Brian Lutalloc: create symbol links to shared libraries see...
2010-01-06 Brian Lutevent: create symbol links to shared libraries see...
2010-01-06 Kamen Mazdrashkis4: Fix result check for getaddrinfo()
2010-01-05 Jeremy AllisonFix bug #7020 - smbd using 2G memory.
2010-01-05 Matthias Dieter... s4:SAMLDB LDB module - Fix trailing whitespaces
2010-01-05 Matthias Dieter... s4:SAMLDB LDB module - Rework to allow checks for wrong...
2010-01-05 Matthias Dieter... s4:schema_load.c - Typo
2010-01-05 Matthias Dieter... s4:ldap_schema.py - add an additional check for validit...
2010-01-05 Matthias Dieter... s4:ldap_schema.py - Move generated attributes check
2010-01-06 Bo Yangs3: List trusted domains from wcache when domain is...
2010-01-06 Bo Yangs3: Make winbindd_cache.c aware of domain offline to...
2010-01-06 Bo Yangs3: Fix infinite loop in NCACN_IP_TCP asa there is...
2010-01-05 Kai Blins3 net: Fix up a share type translation and translate...
2010-01-05 Kai Blins3 net: Add a few missing gettext calls.
2010-01-04 Jeremy AllisonFix the merged build. Probably not strictly correct...
2010-01-04 Stefan Metzmachers4:dsdb/repl: convert dreplsrv_out_drsuapi_send/recv...
2010-01-04 Stefan Metzmacherblackbox/test_export_keytab.sh: correctly remove tempor...
2010-01-04 Stefan Metzmacherblackbox/test_export_keytab.sh: use VALGRIND for samba4...
2010-01-04 Stefan Metzmachers4: Happy New Year 2010
2010-01-04 Stefan Metzmachers3: Happy New Year 2010
2010-01-03 Volker Lendeckes3: Trim down smbcontrol a bit
2010-01-03 Volker Lendeckes3: Fix a shadowed variable warning
2010-01-03 Volker Lendeckes3: Fix an uninitialized variable warning
2010-01-03 Volker Lendeckes3: Convert cli_ulogoff to the async API
2010-01-03 Volker Lendeckes3: Convert cli_tdis to the async API
2010-01-03 Volker Lendeckes3: Slightly simplify winbindd_dual_ccache_ntlm_auth
2010-01-03 Volker Lendeckes3: Fix some nonempty blank lines
2010-01-03 Volker Lendeckelibwbclient: Remove a pointless check
2010-01-03 Volker Lendeckes3: Remove some unused code
2010-01-03 Volker Lendeckes3: Convert cli_sesssetup_ntlmssp to the async API
2010-01-03 Volker Lendeckes3: NT_STATUS_MORE_PROCESSING_REQUIRED is a valid sesss...
2010-01-03 Volker Lendeckes3: Convert cli_session_setup_kerberos to the async API
2010-01-02 Volker Lendeckes3: Fix a typo
2010-01-02 Volker Lendeckes3: simplify find_root_domain, find_our_domain() never...
2010-01-02 Volker Lendeckes3: Use global_sid_Builtin in find_builtin_domain
2010-01-02 Volker Lendeckes3: Avoid adding a domain twice
2010-01-02 Volker Lendeckes3: Make free_domain_list() static
2010-01-02 Volker Lendeckes3: Adapt sid_dup_talloc to README.Coding
2010-01-02 Volker Lendeckes3: Introduce domain_is_forest_root() helper function
2010-01-02 Andrew Tridgells4-dsdb: force REVISION_ADS for new and updated ACLs...
2010-01-02 Andrew Tridgells4-drs: don't give an error on repsTo delete if add...
2010-01-02 Andrew Tridgells4-sddl: DRS replication needs REVISION_ADS for SDs
2010-01-02 Jelmer Vernooijldb: Fix the standalone ldb build.
2010-01-01 Andrew Tridgelllibreplace: some systems don't have memmem()
2010-01-01 Andrew Tridgells4-dsdb: switched to using RMD_FLAGS instead of DELETED...
2010-01-01 Andrew Tridgells4-kcc: added a preiodic task to remove deleted objects
2010-01-01 Andrew Tridgells4-dsdb: fixed several memory leaks
2010-01-01 Andrew Tridgells4-dsdb: fixed samdb_create_foreign_security_principal...
2010-01-01 Andrew Tridgells4-ldb: fixed valgrind error: ares can be freed by...
2010-01-01 Andrew Tridgells4-dsdb: make sure 'whenChanged' is set on modify
2010-01-01 Andrew Tridgells4-dsdb: added dsdb_tombstone_lifetime()
2010-01-01 Andrew Tridgells4-dsdb: allow system to remove deleted objects
2010-01-01 Andrew Tridgells4-ldaptest: need to use MessageElement for modify...
2010-01-01 Andrew Tridgells4-ldb: show an error string, as well as error message
2010-01-01 Andrew Tridgells4-drs: make sure the DNs we put in the db have a exten...
next