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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fill in netr_NegotiateFlags.
Günther Deschner
2008-03-28
1
-8
/
+32
*
Add some paranoia fixes for _wkssvc_NetrJoinDomain2/UnjoinDomain2.
Günther Deschner
2008-03-28
1
-2
/
+22
*
mapping_ldb: fix memory leak in group enumeration
Stefan Metzmacher
2008-03-28
1
-1
/
+2
*
Fix bug #5326 - OS/2 servers give strange "high word" replies for print jobs.
Jeremy Allison
2008-03-28
1
-1
/
+3
*
Support "net ads join" format while joining to a specific ou.
Günther Deschner
2008-03-28
1
-0
/
+5
*
Add ads_check_ou_dn().
Günther Deschner
2008-03-28
1
-0
/
+47
*
Add a talloc context parameter to current_timestring() to fix memleaks.
Michael Adam
2008-03-28
7
-22
/
+38
*
srv_winreg: add a debug message to _winreg_CreateKey().
Michael Adam
2008-03-28
1
-0
/
+3
*
net: add a "net registry" subcommand to locally access the registry.
Michael Adam
2008-03-28
3
-1
/
+534
*
More ssize_t->SMB_OFF_T
Volker Lendecke
2008-03-28
2
-6
/
+6
*
libreplace(samba4): let LIBREPLACE depend on LIBREPLACE_NETWORK for now
Stefan Metzmacher
2008-03-28
1
-1
/
+1
*
wbinfo: use wbcDomainInfo()
Stefan Metzmacher
2008-03-28
1
-18
/
+25
*
wbinfo: use wbcGetgrnam()
Stefan Metzmacher
2008-03-28
1
-19
/
+12
*
wbinfo: use wbcListUsers() and wbcListGroups()
Stefan Metzmacher
2008-03-28
1
-54
/
+29
*
wbinfo: use wbcLookupUserSids()
Stefan Metzmacher
2008-03-28
1
-31
/
+45
*
libwbclient: remove prototype of non existing wbcDomainSequenceNumbers()
Stefan Metzmacher
2008-03-28
1
-2
/
+0
*
libwbclient: add wbcListUsers() and wbcListGroups()
Stefan Metzmacher
2008-03-28
2
-0
/
+150
*
libwbclient: add wbcLookupUserSids()
Stefan Metzmacher
2008-03-28
2
-0
/
+87
*
Add Support for DOMAIN\DCNAME syntax in libnetjoin.
Günther Deschner
2008-03-28
1
-0
/
+58
*
Let libnetjoin find the dc in wkssvc NetrJoinDomain2/UnjoinDomain2.
Günther Deschner
2008-03-28
1
-30
/
+0
*
Check for buffer in decode_wkssvc_join_password_buffer.
Günther Deschner
2008-03-28
1
-1
/
+10
*
Fix a segfault
Volker Lendecke
2008-03-28
1
-1
/
+1
*
Fix a confusing variable name
Volker Lendecke
2008-03-28
1
-2
/
+2
*
Fix a memory leak
Volker Lendecke
2008-03-28
1
-0
/
+2
*
Make some fns static
Volker Lendecke
2008-03-28
1
-16
/
+5
*
printclose has only 1 vwv
Volker Lendecke
2008-03-28
1
-1
/
+1
*
Remove unneeded pack_dsdcinfo/unpack_dsdcinfo.
Günther Deschner
2008-03-28
1
-144
/
+0
*
Use NDR for netr_DsRGetDCNameInfo un-/marshalling in dsgetdcname.
Günther Deschner
2008-03-28
1
-16
/
+26
*
Re-run make idl.
Günther Deschner
2008-03-28
3
-3
/
+5
*
Make netr_DsRGetDCNameInfo public.
Günther Deschner
2008-03-28
1
-1
/
+1
*
Fix blob used in pull_netr_AcctLockStr().
Günther Deschner
2008-03-28
1
-1
/
+1
*
Re-run make idl.
Günther Deschner
2008-03-28
2
-39
/
+39
*
Rename string to array in lsa_BinaryString.
Günther Deschner
2008-03-28
1
-1
/
+1
*
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
2008-03-27
1
-0
/
+2
|
\
|
*
Make sure to zero the returned handle in _svcctl_CloseServiceHandle().
Günther Deschner
2008-03-27
1
-0
/
+2
*
|
Fix up the comments on security=share to explain we're
Jeremy Allison
2008-03-27
1
-1
/
+5
|
/
*
Fix for termination problems when no interfaces found - bug #5267.
Jeremy Allison
2008-03-27
1
-6
/
+15
*
Remove last reference to rpc_netlogon.h.
Günther Deschner
2008-03-27
1
-1
/
+0
*
Remove unused marshalling for Netlogon Lockout String.
Günther Deschner
2008-03-27
3
-93
/
+0
*
Re-add support for display and vampire of account policies in "net".
Günther Deschner
2008-03-27
1
-25
/
+78
*
Minor fix for net rpc samdump.
Günther Deschner
2008-03-27
1
-4
/
+5
*
re-run make idl.
Günther Deschner
2008-03-27
6
-77
/
+128
*
Fill in netr_AcctLockStr and use lsa_BinaryString in netlogon delta.
Günther Deschner
2008-03-27
1
-5
/
+6
*
Add lsa_BinaryString.
Günther Deschner
2008-03-27
1
-0
/
+6
*
regdb: use == 0 (instead of != -1) as indicator for success of dbwrap_trans_[...
Michael Adam
2008-03-27
1
-4
/
+4
*
dbwrap: fix dbwrap_trans_[delete|store]() to stop when transaction_start() fa...
Michael Adam
2008-03-27
1
-0
/
+2
*
regdb: use != 0 instead of == -1 check for transaction_[commit|cancel]
Michael Adam
2008-03-27
1
-6
/
+6
*
pdb_tdb: use db_open_trans()
Stefan Metzmacher
2008-03-27
1
-1
/
+1
*
pdb_tdb: use db_sam->transaction_start(db_sam) != 0 consistent
Stefan Metzmacher
2008-03-27
1
-1
/
+1
*
passdb/secrets: use db_open_trans()
Stefan Metzmacher
2008-03-27
1
-1
/
+2
[next]