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
/
param
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-18
Fix build with partial linking.
Jelmer Vernooij
1
-4
/
+1
2008-02-14
loadparm: Clean up trailing whitespace
Kai Blin
1
-163
/
+163
2008-02-04
Remaining changes to implement the prefork process model
Andrew Bartlett
1
-0
/
+2
2008-01-23
Add bindings for lp_load_default().
Jelmer Vernooij
4
-0
/
+35
2008-01-22
build: Remove support for DESCRIPTION setting that is now unused.
Jelmer Vernooij
1
-1
/
+0
2008-01-22
param: Use manually written .pc file.
Jelmer Vernooij
2
-0
/
+11
2008-01-21
build: Demote a bunch of libraries to subsystems. This makes packaging easier...
Jelmer Vernooij
1
-4
/
+1
2008-01-14
python: Accept loadparm filename rather than loadparm object, too.
Jelmer Vernooij
2
-2
/
+20
2008-01-14
pidl/python: Pass credentials and loadparm context when connecting using DCE/...
Jelmer Vernooij
2
-0
/
+23
2008-01-03
r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...
Jelmer Vernooij
2
-0
/
+17
2008-01-01
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
1
-1
/
+1
2007-12-29
r26627: param: Provide a call for loading the system smb.conf.
Jelmer Vernooij
1
-0
/
+5
2007-12-26
r26596: Fixed upgrade.py.
Jelmer Vernooij
2
-0
/
+4
2007-12-26
r26592: Finish fixing the samba3dump script.
Jelmer Vernooij
3
-0
/
+306
2007-12-26
r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const.
Kai Blin
1
-6
/
+10
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
3
-3
/
+3
2007-12-24
r26572: Fix warnings in the Python code.
Jelmer Vernooij
2
-16
/
+16
2007-12-24
r26570: - Trim size of the swig-generated Python bindings by removing a bunch...
Jelmer Vernooij
2
-37
/
+13
2007-12-21
r26517: Add functions for setting and getting parameters on a LoadParm.
Jelmer Vernooij
4
-0
/
+333
2007-12-21
r26505: Add python bindings for some samdb-related functions, improve provisi...
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26503: Change order of arguments in param interface so it's easier to make the
Jelmer Vernooij
6
-66
/
+342
2007-12-21
r26498: Fix memory leak in iconv code.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26464: Tighten dependencies.
Jelmer Vernooij
2
-3
/
+6
2007-12-21
r26461: Tighten dependencies.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26456: Provide default config object, fix typo.
Jelmer Vernooij
4
-2
/
+28
2007-12-21
r26454: Add simple SWIG macro for wrapping talloced types.
Jelmer Vernooij
3
-61
/
+60
2007-12-21
r26449: Support configuration without a known configuration dir.
Jelmer Vernooij
1
-0
/
+3
2007-12-21
r26448: Add basic tests for param python module.
Jelmer Vernooij
4
-73
/
+71
2007-12-21
r26447: Forgot to add param.i file.
Jelmer Vernooij
3
-0
/
+4310
2007-12-21
r26446: Convert param module to SWIG.
Jelmer Vernooij
1
-0
/
+4
2007-12-21
r26440: Remove more uses of global_loadparm.
Jelmer Vernooij
5
-9
/
+13
2007-12-21
r26436: Remove default of 0 for integer parameters when a lp_ctx of NULL is s...
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26434: Remove display charset from iconv convenience context.
Jelmer Vernooij
2
-2
/
+7
2007-12-21
r26433: Don't crash when a NULL lp_ctx is specified to a lp_parm_* function.
Jelmer Vernooij
1
-0
/
+3
2007-12-21
r26429: Avoid use of global_smb_iconv_convenience.
Jelmer Vernooij
2
-30
/
+46
2007-12-21
r26427: Avoid global_smb_iconv_convenience.
Jelmer Vernooij
1
-0
/
+5
2007-12-21
r26425: fix crash bug, sorry I should have tested that...
Stefan Metzmacher
1
-2
/
+2
2007-12-21
r26423: try to fix the build on solaris
Stefan Metzmacher
1
-1
/
+6
2007-12-21
r26415: LIBSAMBA-CONFIG used dlopen(), so it has to depend on LIBREPLACE_EXT ...
Stefan Metzmacher
1
-1
/
+1
2007-12-21
r26391: samba4 doesn't support 'lmhosts' as resolve module
Stefan Metzmacher
1
-1
/
+1
2007-12-21
r26382: Remove more uses of global_loadparm.
Jelmer Vernooij
1
-8
/
+2
2007-12-21
r26357: Add separate subsystem for auth_sam_reply parsing.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26355: Eliminate global_loadparm in more places.
Jelmer Vernooij
3
-10
/
+14
2007-12-21
r26352: Don't make lp_load create a new context.
Jelmer Vernooij
1
-21
/
+10
2007-12-21
r26351: Fix handling of flags when there are multiple loadparm contexts around.
Jelmer Vernooij
2
-280
/
+255
2007-12-21
r26350: More tests.
Jelmer Vernooij
2
-45
/
+70
2007-12-21
r26349: More tests.
Jelmer Vernooij
2
-12
/
+22
2007-12-21
r26348: Avoid use of autofree context.
Jelmer Vernooij
2
-5
/
+5
2007-12-21
r26347: More tests.
Jelmer Vernooij
2
-16
/
+50
[next]