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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-27
Fix typo.
Günther Deschner
1
-2
/
+0
2008-03-27
net_conf: fix non-testmode import function.
Michael Adam
1
-1
/
+11
2008-03-27
libsmbconf: text - pass the cache instead of all private data to pm_process.
Michael Adam
1
-40
/
+40
2008-03-27
libsmbconf: text - change the cache to be talloced
Michael Adam
1
-31
/
+47
2008-03-27
libsmbconf: in text backend, put flushing of the cache into a helper function.
Michael Adam
1
-6
/
+12
2008-03-26
Fix a bug in the output from print_canonical_sockaddr() fix from 36f8bafbd3de...
Gerald W. Carter
1
-2
/
+8
2008-03-26
Fix winbind NETLOGON cred chain on a samba dc for w2k8 trusts.
Günther Deschner
1
-1
/
+5
2008-03-26
Re-run make idl.
Günther Deschner
2
-14
/
+35
2008-03-26
Fix IDL for netr_NETLOGON_INFO_2.
Günther Deschner
1
-1
/
+1
2008-03-26
Fix _netr_LogonControl2(). Return talloced dcname.
Günther Deschner
1
-4
/
+10
2008-03-26
Add ntsvcs_getdevregprop command to rpcclient.
Günther Deschner
1
-0
/
+40
2008-03-26
net_conf: reformat - re-indent one function call.
Michael Adam
1
-2
/
+5
2008-03-26
net_conf: add casts to avoid compiler warnings.
Michael Adam
1
-6
/
+6
2008-03-26
net_conf: rename "ctx" to "mem_ctx" for clarity.
Michael Adam
1
-22
/
+22
2008-03-26
net_conf: use talloc_stackframe() instead of talloc_init().
Michael Adam
1
-5
/
+5
2008-03-26
net_conf: fix import function by using the new text backend of smbconf.
Michael Adam
1
-195
/
+59
2008-03-26
libsmbconf: add a text backend to libsmbconf based on the params.c parser.
Michael Adam
3
-1
/
+526
2008-03-26
loadparm: add userdata parameter to do_section() and do_parameter().
Michael Adam
2
-21
/
+25
2008-03-26
WHATSNEW: Start to add changes since 3.2.0pre2.
Karolin Seeger
1
-0
/
+64
2008-03-26
Strip whitespace in ntsvcs rpc server.
Günther Deschner
1
-13
/
+13
2008-03-26
Re-run make idl.
Günther Deschner
5
-0
/
+201
2008-03-26
Fill in IDL for PNP_GetDeviceRegProp.
Günther Deschner
2
-4
/
+11
2008-03-26
Comment out some svcctl headers which are now defined in IDL.
Günther Deschner
1
-3
/
+7
2008-03-26
Re-run make idl.
Günther Deschner
3
-6
/
+84
2008-03-26
Add svcctl_MgrAccessMask and svcctl_ServiceAccessMask.
Günther Deschner
1
-2
/
+23
2008-03-26
smbconf: reformat - fix intentation.
Michael Adam
1
-4
/
+4
2008-03-26
util_tdb: remove trivial and unused tdb_wipe().
Michael Adam
3
-20
/
+1
2008-03-26
use tdb_wipe_all() instead of tdb_wipe() - it is faster...
Michael Adam
3
-3
/
+3
2008-03-26
util_tdb: make the _byblob fetch/store functions public again.
Michael Adam
2
-4
/
+8
2008-03-26
Fix wbcAuthenticateUserEx().
Günther Deschner
1
-1
/
+1
2008-03-26
Add debug statement in auth_winbind to display wbcAuthenticateUserEx error code.
Günther Deschner
1
-0
/
+5
2008-03-25
Fix a valgrind error
Volker Lendecke
1
-1
/
+1
2008-03-25
Fix a segfault
Volker Lendecke
1
-1
/
+1
2008-03-25
Fix typo
Volker Lendecke
1
-1
/
+1
2008-03-25
Re-run make idl (after pidl change for adding header info to cli_ functions).
Günther Deschner
28
-2964
/
+2964
2008-03-25
util_tdb: add my (C) for the tdb validation code
Michael Adam
1
-0
/
+1
2008-03-25
util_tdb: add a wrapper tdb_wipe() for traverse with tdb_traverse_delete_fn().
Michael Adam
6
-8
/
+13
2008-03-25
util_tdb: add the tdb_pack_append() prototype to util_tdb.h
Michael Adam
1
-0
/
+2
2008-03-25
util_tdb: make the _byblob functions static - not currently used elsewhere.
Michael Adam
1
-5
/
+5
2008-03-25
util_tdb: group prototypes in util_tdb.h thematically
Michael Adam
1
-13
/
+20
2008-03-25
build: don't autogenerate prototypes for util_tdb and dbwrap anymore.
Michael Adam
3
-2
/
+41
2008-03-25
Fix usage message for 'net idmap dump'.
Karolin Seeger
1
-1
/
+1
2008-03-25
Fix _winreg_QueryValue().
Günther Deschner
1
-7
/
+7
2008-03-25
Re-run make idl.
Günther Deschner
4
-6
/
+19
2008-03-25
Fix IDL for winreg_QueryValue.
Günther Deschner
1
-1
/
+1
2008-03-24
Ignore port when pulling IP addr from struct sockaddr_storage.
Gerald (Jerry) Carter
1
-34
/
+10
2008-03-24
Fix libtdb some to move back towards allowing out of tree builds
Gerald (Jerry) Carter
3
-3
/
+3
2008-03-24
Missing HAVE_UPDWTMPX check before using updwtmpx().
Eric Cronin
1
-0
/
+4
2008-03-23
Fix Coverity ID 514
Volker Lendecke
1
-0
/
+2
2008-03-23
Fix Coverity ID 504
Volker Lendecke
1
-1
/
+1
[prev]
[next]