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
/
libcli
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the mess with ldb includes.
Simo Sorce
2009-01-30
1
-1
/
+1
*
Include errors.i verbatim in security.i, as it's the only file still using it.
Jelmer Vernooij
2008-12-21
1
-54
/
+0
*
Add convenience macro for raising exceptions for NTSTATUS / WERROR.
Jelmer Vernooij
2008-12-18
1
-0
/
+12
*
nterrors: add NT_STATUS_DS_BUSY.
Günther Deschner
2008-11-10
1
-0
/
+1
*
Remove unused include of param/param.h.
Jelmer Vernooij
2008-11-02
1
-1
/
+0
*
Remove use of global_loadparm when comparing nt status error - use
Jelmer Vernooij
2008-11-02
1
-1
/
+3
*
Remove use of global_loadparm during initialization of gensec.
Jelmer Vernooij
2008-11-02
1
-2
/
+2
*
s4-lsa: merge lsa_LookupNames/{2,3,4} from s3 lsa idl.
Günther Deschner
2008-10-27
1
-1
/
+3
*
s4-lsa: merge lsa_LookupSids/{2,3} from s3 lsa idl.
Günther Deschner
2008-10-27
1
-1
/
+3
*
Remove unused include param/param.h.
Jelmer Vernooij
2008-10-24
1
-1
/
+0
*
Remove a few more usages of global_loadparm.
Jelmer Vernooij
2008-10-24
1
-1
/
+1
*
Use common error definitions.
Jelmer Vernooij
2008-10-23
2
-0
/
+2300
*
Import NTSTATUS defines from Samba 3.
Jelmer Vernooij
2008-10-23
1
-678
/
+0
*
Move libcli-util error code to top-level.
Jelmer Vernooij
2008-10-23
6
-2906
/
+0
*
idl: more lsa.idl merges.
Günther Deschner
2008-10-15
1
-1
/
+1
*
Remove more hand-written marshallers.
Jelmer Vernooij
2008-09-16
1
-0
/
+1
*
Add a new error code
Andrew Bartlett
2008-09-05
2
-0
/
+2
*
Add definition for NT_STATUS_DOWNGRADE_DETECTED
Andrew Bartlett
2008-08-27
2
-0
/
+2
*
Use friendly NTSTATUS message in python code when possible.
Jelmer Vernooij
2008-06-17
1
-1
/
+1
*
Make up the right dependencies now that ldb depends on libevents
Simo Sorce
2008-06-14
1
-0
/
+1
*
Add convenience functions for setting Python objects from errors.
Jelmer Vernooij
2008-05-24
1
-2
/
+6
*
Export functions for setting NTSTATUS and WERRORs in python.
Jelmer Vernooij
2008-05-24
2
-4
/
+35
*
Install public header files again and include required prototypes.
Jelmer Vernooij
2008-04-02
2
-1
/
+3
*
swig: make the code more portable and use NT_STATUS_V() and W_ERROR_V()
Stefan Metzmacher
2008-03-14
1
-2
/
+2
*
util: Move asn1 to lib/util to trim down the number of subsystems.
Jelmer Vernooij
2008-01-15
2
-824
/
+0
*
r26694: asn1: Fix header and some typo's.
Jelmer Vernooij
2008-01-08
1
-6
/
+6
*
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
2008-01-01
1
-1
/
+3
*
r26613: Add a function to write a DATA_BLOB into an LDAPString.
Andrew Bartlett
2007-12-27
1
-0
/
+7
*
r26572: Fix warnings in the Python code.
Jelmer Vernooij
2007-12-24
1
-2
/
+2
*
r26571: Hide warnings about unused macros and casting qualifiers in autogener...
Jelmer Vernooij
2007-12-24
1
-2
/
+2
*
r26570: - Trim size of the swig-generated Python bindings by removing a bunch...
Jelmer Vernooij
2007-12-24
1
-3
/
+3
*
r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works ...
Jelmer Vernooij
2007-12-24
1
-0
/
+2
*
r26160: Add WERR_NAME_NOT_FOUND.
Günther Deschner
2007-12-21
2
-0
/
+2
*
r26133: Add some more error codes from wkssvc testing.
Günther Deschner
2007-12-21
2
-0
/
+13
*
r26088: Import some native-python python modules and move original python swi...
Jelmer Vernooij
2007-12-21
1
-0
/
+11
*
r26074: Add SWIG magic for NTSTATUS and WERROR return codes.
Jelmer Vernooij
2007-12-21
1
-0
/
+39
*
r26060: Add some error codes from remote join api.
Günther Deschner
2007-12-21
2
-0
/
+8
*
r25917: ndr: move ndr_map_error2ntstatus to errormap.c
Stefan Metzmacher
2007-12-21
2
-1
/
+30
*
r25897: Add WERR_INVALID_FLAGS.
Günther Deschner
2007-12-21
2
-0
/
+2
*
r25672: Some more FRS werrors.
Günther Deschner
2007-12-21
2
-0
/
+4
*
r25669: Real build fix.
Günther Deschner
2007-12-21
1
-1
/
+1
*
r25668: Hopefully fix the build, sorry...
Günther Deschner
2007-12-21
2
-3
/
+4
*
r25665: Add some more WERR codes.
Günther Deschner
2007-12-21
2
-0
/
+11
*
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
2007-10-10
3
-149
/
+149
*
r25516: Sorry, I reverted too much of r25448 in r25515.
Michael Adam
2007-10-10
1
-1
/
+1
*
r25515: Revert r25448:
Michael Adam
2007-10-10
2
-1
/
+13
*
r25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer ...
Jelmer Vernooij
2007-10-10
2
-13
/
+1
*
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r25301: Merge my includes.h cleanups.
Jelmer Vernooij
2007-10-10
6
-324
/
+310
*
r25212: merge some stuff from samba3
Stefan Metzmacher
2007-10-10
1
-1
/
+4
[next]