summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3-rpcclient: fix uninitialized variable in wkssvc_enumerateusers.Günther Deschner2010-02-181-2/+2
* Got back to 16-byte padding on auth RPC. S3 clients and servers now cope with...Jeremy Allison2010-02-171-4/+6
* s4:param Modify secrets_get_domain_sid to give more useful errorsAndrew Bartlett2010-02-185-87/+55
* Fix bug #7146 - Samba miss-parses authenticated RPC packets.Jeremy Allison2010-02-174-138/+363
* Fix bug #6557 - Do not work VFS full_auditJeremy Allison2010-02-171-51/+34
* s3: go straight to winbindd_dual_pam_auth() in case of !NT_STATUS_OKLars Müller2010-02-171-1/+1
* s3: let the pam_winbind po files reference the correct locationLars Müller2010-02-1720-644/+644
* Fix commit d07cd37b993d3c9beded20323174633b806196b5Jeremy Allison2010-02-171-1/+4
* s4/rodc: change the libnet_become_dc code to do RODC joinAnatoliy Atanasov2010-02-173-6/+59
* s4/drs: add DRSUAPI_ATTRIBUTE_options attributeAnatoliy Atanasov2010-02-173-1/+5
* s4/drs:kccdrs_replica_get_info_obj_metadata implementationAnatoliy Atanasov2010-02-176-132/+208
* s4/ldap: Refactor the fix for ldap nested searchesKamen Mazdrashki2010-02-172-13/+15
* tsocket/bsd: fix bug #7115 FreeBSD includes the UDP header in FIONREADStefan Metzmacher2010-02-171-4/+6
* tsocket/bsd: set IPV6_V6ONLY on AF_INET6 socketsStefan Metzmacher2010-02-171-0/+36
* tsocket/bsd: fix bug #7140 autodetect ipv4 and ipv6 based on the remote addre...Stefan Metzmacher2010-02-171-2/+53
* tsocket/bsd: fix bug #7140 use calculated sa_socklen for bind() in tstream_bs...Stefan Metzmacher2010-02-171-1/+1
* tsocket/bsd: fix do_bind logic for AF_INETStefan Metzmacher2010-02-171-2/+2
* socket_wrapper: also ignore AF_INET6 in swrap_setsockopt()Stefan Metzmacher2010-02-171-0/+4
* cifs.upcall: allocate a talloc context for smb_krb5_unparse_nameJeff Layton2010-02-171-1/+4
* s3: Fix bug 7139Volker Lendecke2010-02-171-2/+32
* s4-smbtorture: unify test list to run against single created printers in RPC-...Günther Deschner2010-02-171-18/+28
* s4-smbtorture: also test level 2 sets for devicemodes and see if they persist.Günther Deschner2010-02-171-0/+21
* s4-smbtorture: refactor setprinter devicemode calls in RPC-SPOOLSS-PRINTER.Günther Deschner2010-02-171-19/+71
* s4-provision: freeze the DNS zone before creating the zone fileAndrew Tridgell2010-02-171-2/+10
* s4-dnsupdate: use samba_runcmd() in the dns update taskAndrew Tridgell2010-02-172-17/+37
* s4-param: added "rndc command" smb.conf optionAndrew Tridgell2010-02-172-0/+5
* util: added samba_runcmd()Andrew Tridgell2010-02-173-0/+275
* examples: add bind9 patches for TSIG-GSS supportAndrew Tridgell2010-02-176-0/+250
* s4-provision: fix permissions on generated DNS zone fileAndrew Tridgell2010-02-171-9/+11
* s3:rpc streamline memory handlingSimo Sorce2010-02-161-13/+5
* s4-rpc: paranoid check for auth_lengthAndrew Tridgell2010-02-171-0/+11
* testprogs: add rather simple device mode tests to spoolss test.Günther Deschner2010-02-162-1/+127
* s3: Fix timeout calculation if g_lock_lock is given a timeout < 60sVolker Lendecke2010-02-161-1/+6
* s3: Slightly increase parallelism in g_lockVolker Lendecke2010-02-161-1/+7
* s3: Avoid starving locks when many processes die at the same timeVolker Lendecke2010-02-161-6/+4
* s3: Avoid a thundering herd in g_lock_unlockVolker Lendecke2010-02-161-1/+16
* s3: Optimize g_lock_lock for a heavily contended caseVolker Lendecke2010-02-161-3/+36
* s3: Fix handling of processes that died in g_lockVolker Lendecke2010-02-161-3/+5
* s4-kcc: remove a qsort() that snuck into the new topology codeAndrew Tridgell2010-02-161-2/+1
* s4-rpc: don't use auth padding in rpc bind requests as it breaks s3Andrew Tridgell2010-02-161-0/+7
* s4-dcerpc: fixed auth padding to be relative to the stub, not packetAndrew Tridgell2010-02-162-10/+17
* s4-dsdb: return LDB_ERR_CONSTRAINT_VIOLATION on num_recs != 1Andrew Tridgell2010-02-161-1/+1
* s4-samdb: use dsdb_search() in cracknamesAndrew Tridgell2010-02-161-57/+24
* s4-kcc: remove search_onelevel_with_deleted() in kccAndrew Tridgell2010-02-161-52/+3
* s4-dsdb: removed gendb_search_single_extended_dn()Andrew Tridgell2010-02-164-120/+19
* s4-dsdb: added dsdb_search_one() and cleanup dsdb_find_dn_by_guid()Andrew Tridgell2010-02-165-33/+86
* s4-dsdb: replace dsdb_find_dn_by_guid() with a dsdb_search() callAndrew Tridgell2010-02-161-67/+84
* s4-dsdb: change dsdb_search_dn_with_deleted() to dsdb_search_dn() with dsdb_f...Andrew Tridgell2010-02-161-56/+58
* s4-dsdb: change samdb_replace() to dsdb_replace() and allow for dsdb_flagsAndrew Tridgell2010-02-1612-95/+52
* s4-dsdb: replace dsdb_modify_permissive() with dsdb_modify() and dsdb_flagsAndrew Tridgell2010-02-164-40/+45