index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
auth
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update account expiration to use new samdb_result_account_expires() function.
Andrew Kroeger
2008-03-07
1
-2
/
+2
*
Change remaining prototype headers to be private.
Jelmer Vernooij
2008-02-29
1
-3
/
+3
*
Move public header accumulation out of the perl code.
Jelmer Vernooij
2008-02-29
3
-6
/
+10
*
Simplify the 'password must change' logic
Andrew Bartlett
2008-02-29
1
-5
/
+6
*
Generate ACB_PW_EXPIRED correctly
Andrew Bartlett
2008-02-28
2
-18
/
+22
*
Remove more uses of global_loadparm.
Jelmer Vernooij
2008-02-21
1
-1
/
+1
*
Avoid use of global_loadparm.
Jelmer Vernooij
2008-02-21
4
-5
/
+16
*
Make more module init functions public, since they are compiled with -fvisibi...
Jelmer Vernooij
2008-02-20
5
-5
/
+5
*
Make all auth module init functions public, since they are compiled with -fvi...
Jelmer Vernooij
2008-02-20
5
-5
/
+5
*
Rename include to mkinclude to emphasize it is different from make's include.
Jelmer Vernooij
2008-02-18
1
-4
/
+4
*
Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'
Jelmer Vernooij
2008-02-18
2
-2
/
+2
*
cyrus_sasl: fix compiler warnings
Stefan Metzmacher
2008-02-15
1
-1
/
+4
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
Jelmer Vernooij
2008-01-24
1
-1
/
+1
|
\
|
*
netlogon.idl: make use of bitmap samr_GroupAttrs
Stefan Metzmacher
2008-01-24
1
-1
/
+1
*
|
python: Add bindings for cli_credentials_set_cmdline_callbacks().
Jelmer Vernooij
2008-01-24
5
-1
/
+38
|
/
*
Default to creating anonymous credentials.
Jelmer Vernooij
2008-01-23
2
-2
/
+2
*
build: Remove support for DESCRIPTION setting that is now unused.
Jelmer Vernooij
2008-01-22
1
-1
/
+0
*
gensec: Use manually written .pc file.
Jelmer Vernooij
2008-01-22
2
-0
/
+12
*
util: Move asn1 to lib/util to trim down the number of subsystems.
Jelmer Vernooij
2008-01-15
2
-2
/
+2
*
pidl/python: Pass credentials and loadparm context when connecting using DCE/...
Jelmer Vernooij
2008-01-14
2
-0
/
+33
*
r26652: msrpc_parse/msrpc_gen: Add iconv_convenience argument.
Jelmer Vernooij
2008-01-03
5
-11
/
+31
*
r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...
Jelmer Vernooij
2008-01-02
1
-3
/
+3
*
r26640: Janitorial: Remove some more uses of global_loadparm.
Jelmer Vernooij
2008-01-01
1
-2
/
+3
*
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
2008-01-01
3
-9
/
+17
*
r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...
Jelmer Vernooij
2008-01-01
2
-7
/
+21
*
r26626: Install auth/session.h
Jelmer Vernooij
2007-12-29
1
-0
/
+1
*
r26580: Include sentinel in build.h, in case the list is empty.
Jelmer Vernooij
2007-12-24
2
-2
/
+2
*
r26576: Allow the static module loading code to be used for the Python modules.
Jelmer Vernooij
2007-12-24
4
-4
/
+4
*
r26572: Fix warnings in the Python code.
Jelmer Vernooij
2007-12-24
3
-5
/
+6
*
r26570: - Trim size of the swig-generated Python bindings by removing a bunch...
Jelmer Vernooij
2007-12-24
4
-100
/
+58
*
r26540: Revert my previous commit after concerns raised by Andrew.
Jelmer Vernooij
2007-12-21
3
-6
/
+6
*
r26539: Remove unnecessary statics.
Jelmer Vernooij
2007-12-21
3
-6
/
+6
*
r26504: Don't rely on system-provided kerberos headers.
Jelmer Vernooij
2007-12-21
3
-4
/
+6
*
r26484: Don't rely on removed header.
Jelmer Vernooij
2007-12-21
2
-1
/
+5
*
r26483: Merge ldb module dependency fixes, fix auth python module.
Jelmer Vernooij
2007-12-21
6
-46
/
+61
*
r26477: Allow setting loadparm context for a ldb context in python, plus some...
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26474: Move credentials-specific kerberos file to credentials subsystem. Fix...
Jelmer Vernooij
2007-12-21
3
-4
/
+5
*
r26464: Tighten dependencies.
Jelmer Vernooij
2007-12-21
2
-2
/
+2
*
r26460: Enable ldb python tests.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26454: Add simple SWIG macro for wrapping talloced types.
Jelmer Vernooij
2007-12-21
2
-49
/
+97
*
r26449: Support configuration without a known configuration dir.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26445: Fix credentials python bindings.
Jelmer Vernooij
2007-12-21
3
-4
/
+11
*
r26430: require explicit specification of loadparm context.
Jelmer Vernooij
2007-12-21
7
-34
/
+54
*
r26429: Avoid use of global_smb_iconv_convenience.
Jelmer Vernooij
2007-12-21
1
-6
/
+7
*
r26427: Avoid global_smb_iconv_convenience.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26418: Janitorial: Kill pstring in ntlmssp_parse.c
Kai Blin
2007-12-21
1
-28
/
+55
*
r26416: Janitorial: Fix warnings in auth/gensec/
Kai Blin
2007-12-21
2
-11
/
+15
*
r26413: we should check the return value of talloc_reference()
Stefan Metzmacher
2007-12-21
1
-3
/
+9
*
r26399: Use -O option for SWIG (less evil generated code).
Jelmer Vernooij
2007-12-21
4
-34
/
+77
*
r26397: Fix circular dependency in samba-socket.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
[next]