index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
auth
/
auth_sam.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r15298: Fix the build using a few hacks in the build system.
Jelmer Vernooij
1
-441
/
+83
2007-10-10
r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14975: use the magic comment recognised by the IBM checker for deliberate
Andrew Tridgell
1
-1
/
+1
2007-10-10
r14860: create libcli/security/security.h
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r14571: More improvements on shared library support in Samba. Only ldb is lef...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r14380: Reduce the size of structs.h
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r13910: Fix the 'your password has expired' on every login. We now consider
Andrew Bartlett
1
-13
/
+16
2007-10-10
r13252: Cleanup, both in code, comments and talloc use:
Andrew Bartlett
1
-10
/
+27
2007-10-10
r13247: Try to make better use of talloc in the auth/ and auth/gensec code.
Andrew Bartlett
1
-5
/
+5
2007-10-10
r12718: We don't use unicodePwd directly any more.
Andrew Bartlett
1
-1
/
+0
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
1
-2
/
+0
2007-10-10
r12599: This new LDB module (and associated changes) allows Samba4 to operate
Andrew Bartlett
1
-0
/
+1
2007-10-10
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r12363: minor fixes for win2000 join/login
Andrew Tridgell
1
-1
/
+2
2007-10-10
r12361: Add a new function: ldb_binary_encode_string()
Andrew Bartlett
1
-2
/
+3
2007-10-10
r11929: Add static, comments.
Andrew Bartlett
1
-3
/
+3
2007-10-10
r11543: A major upgrade to our KDC and PAC handling.
Andrew Bartlett
1
-35
/
+35
2007-10-10
r11537: Make the authsam_account_ok routine callable by external users (the K...
Andrew Bartlett
1
-19
/
+21
2007-10-10
r11525: Move lookups (including the attribute search) for users from
Andrew Bartlett
1
-69
/
+105
2007-10-10
r11520: indent
Andrew Bartlett
1
-1
/
+1
2007-10-10
r11370: Samba4 now passes it's own RPC-SAMLOGON test again.
Andrew Bartlett
1
-0
/
+7
2007-10-10
r11366: Pass around the flags which indicate if we should support plaintext
Andrew Bartlett
1
-11
/
+18
2007-10-10
r11312: Make it clear we are looking at the 'domain ref', not the domain
Andrew Bartlett
1
-18
/
+18
2007-10-10
r11293: Use the right search when forming the data for the PAC.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r11273: Initialise the new server_info->logon_server element.
Andrew Bartlett
1
-0
/
+3
2007-10-10
r11270: Move the core CrackNames code from rpc_server/drsuapi to dsdb/samdb.
Andrew Bartlett
1
-40
/
+69
2007-10-10
r10810: This adds the hooks required to communicate the current user from the
Andrew Bartlett
1
-2
/
+2
2007-10-10
r10579: str_list_make() can return NULL
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r10532: Replace next_token() with str_list_make()
Jelmer Vernooij
1
-9
/
+8
2007-10-10
r9412: Simplfy this NTLM authentication code by requiring the caller to
Andrew Bartlett
1
-4
/
+3
2007-10-10
r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...
Simo Sorce
1
-9
/
+10
2007-10-10
r8980: Make Samba4 honour account control flags (we were asking for a
Andrew Bartlett
1
-3
/
+5
2007-10-10
r8700: Propmted by tridge's need to do plaintext auth in ejs, rework the
Andrew Bartlett
1
-29
/
+58
2007-10-10
r8676: attribute lists in ldb searches must be NULL terminated
Andrew Tridgell
1
-1
/
+1
2007-10-10
r7860: switch our ldb storage format to use a NDR encoded objectSid. This is
Andrew Tridgell
1
-8
/
+7
2007-10-10
r7306: Use a consistant #define for detecting support for the Heimdal krb5
Andrew Bartlett
1
-4
/
+4
2007-10-10
r7269: talloc_steal() is preferred where possible, as it can't fail and does
Andrew Bartlett
1
-2
/
+2
2007-10-10
r6883: Move to what simo assures me is the 'correct' way to find the NetBIOS
Andrew Bartlett
1
-12
/
+35
2007-10-10
r6793: Move auth_sam to use the dnsDomain rather than the
Andrew Bartlett
1
-1
/
+1
2007-10-10
r6565: Cludge, cludge, cludge...
Andrew Bartlett
1
-8
/
+4
2007-10-10
r5988: Fix the -P option (use machine account credentials) to use the Samba4
Andrew Bartlett
1
-4
/
+4
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
1
-0
/
+1
2007-10-10
r4955: fixed a couple of minor memory leaks in the auth_sam code
Andrew Tridgell
1
-1
/
+11
2007-10-10
r4620: - add interface functions to the auth subsystem so that callers doesn'...
Stefan Metzmacher
1
-312
/
+263
2007-10-10
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4339: - rename auth_guest to auth_anonymous
Stefan Metzmacher
1
-2
/
+6
2007-10-10
r3783: - don't use make proto for ldb anymore
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r3737: - Get rid of the register_subsystem() and register_backend() functions.
Jelmer Vernooij
1
-2
/
+2
[next]