summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Include waf as an extracted source directory, rather than as a one-in-a-file ...Jelmer Vernooij2012-01-0479-17/+18127
* s4:pyrpc: add 'user_session_key' getter to the connection objectStefan Metzmacher2012-01-042-1/+45
* s4:pygensec/tests: check that the client and server have the same session keyStefan Metzmacher2012-01-041-1/+4
* s4:pygensec: add session_key() methodStefan Metzmacher2012-01-041-0/+29
* LDAP-CLDAP: demonstrate that pdc name is not an unc pathStefan Metzmacher2012-01-041-0/+9
* s4:torture/nbt/dgram.c - NBT samlogon requests don't return the PDC name as U...Matthias Dieter Wallnöfer2012-01-041-0/+5
* s4:cldap_server/netlogon.c: it is wrong to specify "\\" in front of the hostnameStefan Metzmacher2012-01-041-2/+6
* s3-winbind: Fix segfault if we can't map the last user.Andreas Schneider2012-01-041-0/+18
* s3-winbind: Move finding the domain to it's own function.Andreas Schneider2012-01-041-11/+21
* s3-perfcount: fix incorrect array length calculationsDavid Disseldorp2012-01-041-9/+17
* s3-perfcount: fix build for example perfcount daemonDavid Disseldorp2012-01-041-1/+1
* s3: Check for the packet size before accessing itVolker Lendecke2012-01-041-2/+1
* LDAP-CLDAP: demonstrate that pdc name is an unc pathStefan Metzmacher2012-01-041-0/+6
* s4:torture/nbt/dgram.c: NBT samlogon requests without _EX return the PDC name...Stefan Metzmacher2012-01-041-0/+22
* dlz_bind9: create session info from PAC using auth contextAmitay Isaacs2012-01-041-7/+59
* s3-cli: fix bug 563, >8GB tar on BE machinesMasafumi Nakayama2012-01-031-5/+17
* s3: Fix a cut&paste errorVolker Lendecke2012-01-031-1/+1
* s3: Fix a typoVolker Lendecke2012-01-031-1/+1
* s3: Remove the unused "file_existed" parameter from smbd_calculate_access_maskVolker Lendecke2012-01-034-10/+2
* s3: Avoid "file_existed" in smbd_calculate_maximum_allowed_accessVolker Lendecke2012-01-031-36/+35
* s3: Remove some else{} branches in smbd_calculate_maximum_allowed_accessVolker Lendecke2012-01-031-3/+7
* s3: Directly use *p_access_mask in smbd_calculate_maximum_allowed_accessVolker Lendecke2012-01-031-6/+4
* s3: Factor out smbd_calculate_maximum_allowed_accessVolker Lendecke2012-01-031-40/+59
* upgradeprovision: do not hold references to messageElementsMatthieu Patou2012-01-031-10/+17
* pyldb: raise an exception if we can't add the attributeMatthieu Patou2012-01-031-1/+6
* upgradeprovision: treat provision without oem attribute as quite recent, it's...Matthieu Patou2012-01-031-1/+1
* s4-provision: Fix the problem of DnsProperty values not being set correctlyAmitay Isaacs2012-01-031-0/+7
* s4:torture/rpc/netlogon.c - enhance the "DsRGetDCName*" testsMatthias Dieter Wallnöfer2012-01-021-0/+96
* ldb:ldb/common/ldb_controls.c - reference "err_string" variable correctlyMatthias Dieter Wallnöfer2012-01-021-1/+1
* s4-provision: Fix tdbdump path lookup in make test.Andreas Schneider2012-01-021-1/+1
* talloc: Slightly simplify talloc_unlinkVolker Lendecke2012-01-021-8/+7
* talloc: Fix a typoVolker Lendecke2012-01-021-3/+3
* Fix the build without kerberosVolker Lendecke2012-01-011-0/+2
* examples: malloc is declared in <stdlib.h>Volker Lendecke2012-01-011-1/+0
* s4: Happy New Year 2012Stefan Metzmacher2012-01-011-1/+1
* s3: Happy New Year 2012Stefan Metzmacher2012-01-011-1/+1
* Final part of fix for bug #8679 - recvfile code path using splice() on Linux ...Jeremy Allison2011-12-311-5/+0
* Third part of fix for bug #8679 - recvfile code path using splice() on Linux ...Jeremy Allison2011-12-301-21/+18
* Second part of fix for bug #8679 - recvfile code path using splice() on Linux...Jeremy Allison2011-12-301-1/+30
* pyregistry: Remove directory support.Jelmer Vernooij2011-12-291-32/+0
* Remove the 'dir' registry backend.Jelmer Vernooij2011-12-294-491/+1
* s4-toture: Rename memory contexts in rpc.pac for greater clarityAndrew Bartlett2011-12-291-13/+13
* s4-gensec: Rename memory contexts in gensec_util for greater clarityAndrew Bartlett2011-12-291-2/+2
* s4-gensec: Rename memory contexts in gensec_krb5 for greater clarityAndrew Bartlett2011-12-291-16/+16
* s4-gensec: Rename memory contexts in gensec_gssapi for greater clarityAndrew Bartlett2011-12-291-16/+16
* s4-auth: Rename memory contexts for greater clarityAndrew Bartlett2011-12-292-10/+10
* auth/kerberos: Rename memory contexts for greater clarityAndrew Bartlett2011-12-291-34/+34
* s4-gensec remove auth_session dep from gensec_gssapi.cAndrew Bartlett2011-12-291-1/+1
* s4-gensec Remove fallback for simple privilegesAndrew Bartlett2011-12-291-6/+2
* s4-torture: Demonstrate handling of the PAC in a custom auth_contextAndrew Bartlett2011-12-293-62/+85