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
/
ntptr
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-01
s4:remove many invocations of "samdb_msg_add_string"
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-02-10
ldb: use #include <ldb.h> for ldb
Andrew Tridgell
1
-1
/
+1
2010-11-07
ldbsamba: Lowercase library name.
Jelmer Vernooij
1
-1
/
+1
2010-11-01
s4-modules: get rid of the remaining static prototypes for modules
Andrew Tridgell
1
-1
/
+2
2010-10-31
s4: Remove the old perl/m4/make/mk-based build system.
Jelmer Vernooij
1
-27
/
+0
2010-10-30
s4-rpc: split the dcesrv reply code out of dcerpc_server
Andrew Tridgell
1
-0
/
+2
2010-10-17
Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ...
Matthias Dieter Wallnöfer
1
-0
/
+1
2010-10-17
s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb...
Matthias Dieter Wallnöfer
1
-1
/
+0
2010-10-15
s4:ntptr/ntptr_simple_ldb.c - use LDB result constants
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-10-15
s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", "samdb_result_uin...
Matthias Dieter Wallnöfer
1
-59
/
+59
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
1
-4
/
+4
2010-06-16
s4: Fix build when there is a system-provided ldb.
Jelmer Vernooij
1
-1
/
+1
2010-05-18
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
1
-3
/
+3
2010-04-06
s4-waf: removed the AUTOGENERATED markers
Andrew Tridgell
1
-4
/
+0
2010-04-06
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
1
-0
/
+2
2010-04-06
build: commit all the waf build files in the tree
Andrew Tridgell
1
-0
/
+18
2010-03-05
s4-spoolss: fix spoolss_GetPrinterData implementation after IDL change.
Günther Deschner
1
-42
/
+74
2010-02-16
s4-dsdb: change samdb_replace() to dsdb_replace() and allow for dsdb_flags
Andrew Tridgell
1
-1
/
+1
2009-10-23
s4-dsdb: create a static system_session context
Andrew Tridgell
1
-2
/
+2
2009-10-14
s4: Changes the old occurences of "lp_realm" in "lp_dnsdomain" where needed
Matthias Dieter Wallnöfer
1
-3
/
+5
2009-07-17
s4-spoolss: fix the build after OsVersion changes.
Günther Deschner
1
-3
/
+6
2009-03-17
s4-spoolss: use winreg_Type for GetPrinterData implementation.
Günther Deschner
1
-13
/
+13
2009-03-17
s4-spoolss: fix spoolss_GetPrinterData w.r.t. out pointer changes.
Günther Deschner
1
-14
/
+14
2009-03-06
s4-spoolss: fix spoolss server enum calls after pointer changes.
Günther Deschner
1
-4
/
+4
2009-02-25
s4-spoolss: implement dcesrv_spoolss_GetPrintProcessorDirectory.
Günther Deschner
3
-0
/
+55
2009-02-17
s4-spoolss: fix spoolss server after out,ref count pointer changes.
Günther Deschner
1
-5
/
+4
2009-02-06
s4-spoolss: fix sptr_GetPrintServerData.
Günther Deschner
1
-13
/
+13
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
3
-3
/
+3
2008-11-01
Use struct for server versions.
Jelmer Vernooij
1
-6
/
+7
2008-10-11
Fix include paths to new location of libutil.
Jelmer Vernooij
1
-1
/
+1
2008-05-18
Fix a couple (well, little more than that..) of typos.
Jelmer Vernooij
1
-1
/
+1
2008-05-18
Create prototype headers from Makefile directory, without smb_build in the mi...
Jelmer Vernooij
1
-1
/
+2
2008-05-18
Use variables for source directory in a couple more places.
Jelmer Vernooij
1
-3
/
+3
2008-04-25
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
3
-5
/
+8
2008-04-17
Specify event_context to ldb_wrap_connect explicitly.
Jelmer Vernooij
3
-4
/
+7
2008-04-14
Use _OBJ_FILES variables in a couple more places.
Jelmer Vernooij
1
-5
/
+6
2008-04-14
Remove prototypes from build.h in preparation of removing build.h
Jelmer Vernooij
1
-0
/
+1
2008-03-08
Fix the build.
Jelmer Vernooij
1
-0
/
+1
2008-03-08
Push SOVERSION and VERSION out of perl code.
Jelmer Vernooij
1
-1
/
+0
2008-03-04
Deal with subsystems with no settings, several other minor fixes.
Jelmer Vernooij
1
-3
/
+3
2008-03-03
Move object file lists to the Makefile.
Jelmer Vernooij
1
-5
/
+6
2008-01-21
build: Demote a bunch of libraries to subsystems. This makes packaging easier...
Jelmer Vernooij
1
-1
/
+1
2008-01-05
r26670: Janitorial: Remove global_loadparm uses.
Jelmer Vernooij
1
-2
/
+2
2008-01-01
r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...
Jelmer Vernooij
1
-2
/
+2
2007-12-24
r26580: Include sentinel in build.h, in case the list is empty.
Jelmer Vernooij
1
-1
/
+1
2007-12-24
r26576: Allow the static module loading code to be used for the Python modules.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26353: Remove use of global_loadparm.
Jelmer Vernooij
3
-11
/
+14
2007-12-21
r26313: Fix more uses of static loadparm.
Jelmer Vernooij
1
-6
/
+6
2007-12-21
r26252: Specify loadparm_context explicitly when creating sessions.
Jelmer Vernooij
1
-3
/
+3
2007-12-21
r26236: Remove more uses of global_loadparm or specify loadparm_context expli...
Jelmer Vernooij
2
-2
/
+5
[next]