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-09-25
s3-nbt: remove double nbt netlogon opcodes.
Günther Deschner
1
-11
/
+0
2008-09-25
Remove these no longer used include files.
Jeremy Allison
2
-3118
/
+0
2008-09-24
printing: Rename new parameter "cups timeout" to "cups connection timeout".
Karolin Seeger
2
-2
/
+2
2008-09-24
Use common crc32 implementation.
Jelmer Vernooij
2
-4
/
+1
2008-09-24
Use shared copy of hmac5 implementation.
Jelmer Vernooij
3
-40
/
+1
2008-09-24
Use common MD5.
Jelmer Vernooij
3
-26
/
+1
2008-09-24
s3-nbt: use the new generated nbt.
Günther Deschner
2
-96
/
+5
2008-09-23
printing: Add new parameter "cups timeout".
Karolin Seeger
2
-0
/
+2
2008-09-23
s3-ndr: add stub smb_iconv_convenience to some ndr_ functions.
Günther Deschner
1
-3
/
+4
2008-09-23
s3-nbt: use ../libcli/nbt helper.
Günther Deschner
1
-17
/
+0
2008-09-23
s3: use samba4 prototype for ndr_push/pull_struct_blob.
Günther Deschner
1
-4
/
+2
2008-09-23
s3-charset: add smb_iconv_convenience.
Günther Deschner
1
-0
/
+2
2008-09-21
netlogon: move password change code out to rpccli_netlogon_set_trust_password.
Günther Deschner
1
-0
/
+6
2008-09-21
netlogon: add init_netr_CryptPassword.
Günther Deschner
1
-0
/
+3
2008-09-19
Add comment to explain version bump
Simo Sorce
1
-0
/
+1
2008-09-19
idmap: Increment the interface number after Volker's rewrite.
Gerald (Jerry) Carter
1
-1
/
+1
2008-09-17
Merge branch 'master' of ssh://git.samba.org/data/git/samba into singlelib
Jelmer Vernooij
2
-0
/
+15
2008-09-16
* Allow an admin to define the "uid" attribute for a RFC2307
Gerald (Jerry) Carter
1
-0
/
+5
2008-09-16
winbindd: Add support for name aliasing.
Gerald (Jerry) Carter
1
-0
/
+10
2008-09-16
Merge branch 'singlereplace' into single
Jelmer Vernooij
2
-3
/
+3
2008-09-16
Make Samba 3 and Samba 4 both use the same single copy of libreplace.
Jelmer Vernooij
2
-3
/
+3
2008-09-16
Share talloc source code between Samba 3 and Samba 4.
Jelmer Vernooij
2
-2
/
+2
2008-09-12
Add a more explaining comment
Volker Lendecke
1
-1
/
+3
2008-09-12
doserr: add WERR_NO_SUCH_ALIAS.
Günther Deschner
1
-0
/
+1
2008-09-12
messaging: move types to IDL.
Günther Deschner
2
-85
/
+1
2008-09-09
Add async trans/trans2/nttrans calls to libsmb
Volker Lendecke
1
-0
/
+21
2008-09-09
Add utility function cli_in_chain()
Volker Lendecke
1
-0
/
+1
2008-09-09
make smb_bytes_push_str public
Volker Lendecke
1
-0
/
+1
2008-09-09
Add a utility function to append a DATA_BLOB to a talloc object
Volker Lendecke
1
-0
/
+1
2008-09-08
smbd: some write time fixes
Stefan Metzmacher
1
-0
/
+1
2008-09-05
Write times code update.
Jeremy Allison
2
-8
/
+7
2008-09-03
Revert "Split lookup_name() and create a new functiong called"
Simo Sorce
1
-4
/
+0
2008-09-03
Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-devel
Simo Sorce
7
-117
/
+165
2008-09-03
factor prs_append_some_data out of prs_append_some_prs_data
Volker Lendecke
1
-0
/
+2
2008-09-02
Remove unused CLI_DO_RPC macros
Volker Lendecke
1
-48
/
+0
2008-09-02
doserr: add WERR_WRONG_PASSWORD.
Günther Deschner
1
-0
/
+1
2008-08-29
kerberos: fix HAVE_KRB5 related build issue.
Günther Deschner
1
-3
/
+4
2008-08-29
kerberos: use KRB5_KT_KEY macro where appropriate.
Günther Deschner
1
-1
/
+1
2008-08-29
kerberos: add KRB5_KT_KEY abstraction macro.
Günther Deschner
1
-1
/
+9
2008-08-29
kerberos: move the KRB5_KEY* macros to header file.
Günther Deschner
1
-0
/
+12
2008-08-28
Remove cli_request_get()
Volker Lendecke
1
-6
/
+0
2008-08-28
Add async smbecho client support
Volker Lendecke
2
-2
/
+9
2008-08-28
Add cli_request->recv_helper
Volker Lendecke
1
-0
/
+12
2008-08-28
Activate code to enable chained requests
Volker Lendecke
2
-3
/
+26
2008-08-28
Move "struct cli_request" from client.h to async_smb.h
Volker Lendecke
2
-24
/
+66
2008-08-28
Add cli_pull_reply
Volker Lendecke
1
-0
/
+4
2008-08-28
Remove cli->event_ctx, pass it explicitly
Volker Lendecke
3
-18
/
+18
2008-08-28
Add async open&x
Volker Lendecke
1
-0
/
+3
2008-08-28
Add async cli_close
Volker Lendecke
1
-0
/
+3
2008-08-28
Refactoring: Add the routine cli_request_send()
Volker Lendecke
2
-21
/
+6
[next]