summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3-kerberos: add smb_krb5_get_{creds,credentials} incl. support for S4U2SELF ...Günther Deschner2009-11-063-2/+284
* s3-kerberos: remove duplicate prototype.Günther Deschner2009-11-061-4/+0
* s3-kerberos: add smb_krb5_parse_name_flags().Günther Deschner2009-11-062-1/+22
* s3-kerberos: add configure checks for krb5_get_creds_X api.Günther Deschner2009-11-061-0/+3
* Got the logic simplification worked out so we still passJeremy Allison2009-11-055-33/+50
* Revert commit "0551284dc08eb93ef7b2b2227a45e5ec21d482fb" - simplifyJeremy Allison2009-11-054-12/+34
* Remove the smbd:writetimeupdatedelay change Metze added. Metze pleaseJeremy Allison2009-11-052-3/+7
* Simplify the logic - remove extraneous argument and calls to set_close_write_...Jeremy Allison2009-11-054-34/+12
* Fix explicit set of write time on close.Jeremy Allison2009-11-051-1/+5
* Get closer to an accurate model of Windows timestamp changes.Jeremy Allison2009-11-056-32/+56
* Fix up some of the timing constants for DELAYWRITE. Add some extra tests up t...Jeremy Allison2009-11-051-30/+114
* Python tests for the acl module.Zahari Zahariev2009-11-052-0/+1105
* Version 1.0 of the directory service acls module.Nadezhda Ivanova2009-11-056-1013/+419
* s3: Fix a crash in notify_remove_onelevel when "change notify = no"Volker Lendecke2009-11-051-0/+4
* s3: Fix the talloc hierarchy in notify_remove_onelevelVolker Lendecke2009-11-051-1/+1
* s4:torture/rpc/samr - Add a comment for "ValidatePassword" testMatthias Dieter Wallnöfer2009-11-051-0/+2
* s4:dcesrv_samr - Implement "dcesrv_samr_ValidatePassword" using my new check ...Matthias Dieter Wallnöfer2009-11-051-7/+49
* s4:dsdb/common/util - Add a new utility function "samdb_check_password"Matthias Dieter Wallnöfer2009-11-051-9/+45
* s4:samdb_set_password/samdb_set_password_sid - Better comments and cosmeticsMatthias Dieter Wallnöfer2009-11-051-28/+34
* s3: Add parameter "ctdb timeout"Volker Lendecke2009-11-056-5/+73
* s4:samdb python bindings - add a wrapper for "dsdb_make_schema_global"Matthias Dieter Wallnöfer2009-11-051-0/+17
* s4:samdb python bindings - make the python wrap connect more like the C oneMatthias Dieter Wallnöfer2009-11-051-3/+10
* s4:samdb python bindings - Reorder some function bodies to match the order in...Matthias Dieter Wallnöfer2009-11-051-25/+24
* s4:kdc: remove unused struct kpasswd_socketStefan Metzmacher2009-11-051-10/+0
* s3: Fix kerberos refresh chain.Bo Yang2009-11-061-1/+3
* Fix debug comment (brain wasn't working...).Jeremy Allison2009-11-041-2/+2
* Filter the returned DOS attributes by 0xFF for clientsJeremy Allison2009-11-041-0/+12
* Remove "Protocol" as an extern, and add accessor functions.Jeremy Allison2009-11-049-30/+31
* s3: add support for full windows timestamps resolution on filesBjörn Jacke2009-11-042-6/+14
* Added security descriptor for the domain NC to provisioning.Nadezhda Ivanova2009-11-042-1/+61
* s4:provisioning - Fixed minor bugs in provisioning tool and partition module.Endi S. Dewata2009-11-042-3/+4
* libcli/nbt Move more of lmhosts lookup into common codeAndrew Bartlett2009-11-043-45/+100
* lib/util Fix comments in rfc1738.c.Andrew Bartlett2009-11-041-3/+3
* s3-netlogon: make sure we protect some function codes in _netr_LogonControl2E...Günther Deschner2009-11-041-0/+13
* s3-netlogon: let s3 pass against RPC-NETLOGON-S3 again.Günther Deschner2009-11-041-0/+72
* s3-netlogon: implement _netr_NETLOGON_INFO_4 in netr_LogonControl2Ex() and fr...Günther Deschner2009-11-041-0/+10
* s3-netlogon: implement remote trust account changing in netr_LogonControl2Ex(...Günther Deschner2009-11-041-0/+41
* security: re-run make samba3-idl after IDL change.Günther Deschner2009-11-032-25/+0
* s3-lsa: fill in some more info levels in _lsa_QueryInfoPolicy().Günther Deschner2009-11-031-0/+32
* s4-smbtorture: skip three info levels while testing s3 with RPC-LSA.Günther Deschner2009-11-031-3/+14
* s4-smbtorture: skip QueryInfoPolicy2 while running RPC-LSA against s3.Günther Deschner2009-11-031-0/+4
* s4-smbtorture: skip QueryDomainInformationPolicy test against s3 in RPC-LSA.Günther Deschner2009-11-031-0/+4
* s4-smbtorture: simplify some torture_comments in RPC-LSA.Günther Deschner2009-11-031-20/+6
* s3-passdb: cleanup some callers of pdb_get_trusteddom_pw().Günther Deschner2009-11-032-6/+2
* Fix debug statements to use correct function name.Jeremy Allison2009-11-031-13/+13
* requires_resume_key is a bool not int.Jeremy Allison2009-11-031-7/+2
* Fix more of the RAW-SEARCH test. Older info levels areJeremy Allison2009-11-031-2/+9
* tsocket: rewrite tsocket_guide.txt to reflect the current APIsStefan Metzmacher2009-11-031-467/+413
* tsocket_bsd: return -1 and set errno to ENAMETOOLONG if the unix path is too ...Stefan Metzmacher2009-11-031-1/+6
* tsocket: remove prototype of non-existing tsocket_address_inet_set_broadcast()Stefan Metzmacher2009-11-031-2/+0