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
/
source3
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-26
util_tdb: remove trivial and unused tdb_wipe().
Michael Adam
1
-2
/
+0
2008-03-26
util_tdb: make the _byblob fetch/store functions public again.
Michael Adam
1
-0
/
+4
2008-03-25
util_tdb: add a wrapper tdb_wipe() for traverse with tdb_traverse_delete_fn().
Michael Adam
1
-2
/
+1
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: 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
2
-0
/
+38
2008-03-21
Remove remaining old srvsvc client and server rpc code entirely.
Günther Deschner
2
-53
/
+0
2008-03-21
Move MAX.*ENTRY definitions out of old rpc srvsvc parsing code.
Günther Deschner
1
-14
/
+0
2008-03-21
Remove unused marshalling for SRV_NET_SESS_ENUM.
Günther Deschner
1
-55
/
+0
2008-03-21
Remove unused marshalling for SRV_NET_CONN_ENUM.
Günther Deschner
1
-99
/
+0
2008-03-20
Remove unused marshalling for SVCCTL_ENUM_DEPENDENT_SERVICES.
Günther Deschner
1
-16
/
+0
2008-03-19
Remove unused marshalling for SRV_NET_FILE_ENUM.
Günther Deschner
1
-39
/
+0
2008-03-18
Fix bug 5334
Volker Lendecke
1
-0
/
+7
2008-03-17
Coverity fixes
Marc VanHeyningen
1
-8
/
+4
2008-03-17
Move libnet_conf to a library lib/smbconf/ of its own, fixing the api.
Michael Adam
1
-0
/
+2
2008-03-12
For convenience reasons, always create cli->srv_name_slash in the rpc_client.
Günther Deschner
1
-0
/
+1
2008-03-12
Remove unused marshalling for SRV_NET_DISK_ENUM.
Günther Deschner
1
-25
/
+0
2008-03-10
Use a separate tdb for mutexes
Volker Lendecke
1
-0
/
+1
2008-03-10
Add transactions to the dbwrap API
Volker Lendecke
1
-0
/
+3
2008-03-10
Remove unused marshalling for SRV_NET_SESS_DEL.
Günther Deschner
1
-21
/
+0
2008-03-10
Remove unused marshalling for SRV_NET_SHARE_{ENUM,ADD,SETINFO,GETINFO}
Günther Deschner
1
-350
/
+0
2008-03-08
Remove unused marshalling for SRV_NET_FILE_SET_SECDESC and SRV_R_NET_FILE_GET...
Günther Deschner
1
-46
/
+0
2008-03-07
Remove unused marshalling for SRV_NET_NAME_VALIDATE.
Günther Deschner
1
-14
/
+0
2008-03-07
Remove unused marshalling for SRV_NET_SHARE_DEL.
Günther Deschner
1
-17
/
+0
2008-03-06
Add infrastructure to support async SMB requests
Volker Lendecke
3
-0
/
+93
2008-03-06
Add basic infrastructure for general async requests
Volker Lendecke
2
-0
/
+90
2008-03-05
Remove unused marshalling for SRV_NET_REMOTE_TOD.
Günther Deschner
1
-36
/
+0
2008-03-05
Remove unused marshalling for SRV_NET_SRV_SET_INFO.
Günther Deschner
1
-85
/
+0
2008-03-05
Remove unused marshalling for SRV_NET_SRV_GET_INFO.
Günther Deschner
1
-18
/
+0
2008-03-03
use constant name less likely to cause conflict
Derrell Lipman
1
-50
/
+50
2008-03-03
Missed a few 'deprecated' markers
Derrell Lipman
1
-2
/
+2
2008-03-03
Continued revamping of libsmbclient.
Derrell Lipman
2
-225
/
+122
2008-03-02
fixed missing white space
Derrell Lipman
1
-0
/
+1
2008-03-01
change variable name from f to fn for function pointers
Derrell Lipman
1
-37
/
+37
2008-03-01
Comment was in wrong place
Derrell Lipman
1
-4
/
+3
2008-03-01
Mark smbc_option_{get,set} as deprecated
Derrell Lipman
1
-23
/
+3
2008-03-01
Additional revamped libsmbclient documentation
Derrell Lipman
2
-102
/
+347
2008-03-01
Modified revamp of the libsmbclient interface.
Derrell Lipman
2
-4
/
+294
2008-03-01
Initial revamp of the libsmbclient interface.
Derrell Lipman
2
-223
/
+810
2008-03-01
Revert "Add basic infrastructure for general async requests"
Volker Lendecke
2
-90
/
+0
2008-03-01
Revert "Add infrastructure to support async SMB requests"
Volker Lendecke
3
-93
/
+0
2008-02-29
Add Group Policy extension infrastructure.
Günther Deschner
1
-1
/
+3
2008-02-29
Add infrastructure for reading/storing Group Policy state and control data in...
Günther Deschner
2
-1
/
+66
2008-02-29
Eliminate tons of build warnings on non-IPV6 system.
Michael Adam
1
-0
/
+5
2008-02-28
Remove DomainControllerAddressType which we now have in IDL.
Günther Deschner
1
-5
/
+0
2008-02-28
Remove smbmount.
Karolin Seeger
1
-3
/
+2
2008-02-28
Add infrastructure to support async SMB requests
Volker Lendecke
3
-0
/
+93
2008-02-28
Add basic infrastructure for general async requests
Volker Lendecke
2
-0
/
+90
2008-02-28
Don't define SMB_TRANS_ENC_GSS if we don't have KRB5.
Jeremy Allison
1
-1
/
+6
2008-02-28
Remove unused marshalling for SVCCTL_SET_SERVICE_SEC.
Günther Deschner
1
-15
/
+0
[prev]
[next]