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