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
/
proto.h
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-12
Share RPC binding string utility functions.
Jelmer Vernooij
1
-1
/
+1
2008-10-12
Use common util_file code.
Jelmer Vernooij
1
-7
/
+7
2008-10-12
Revert "Make get_rpc_pipe() static"
Volker Lendecke
1
-0
/
+1
2008-10-12
Make get_rpc_pipe() static
Volker Lendecke
1
-1
/
+0
2008-10-12
Fix warning, prototype.
Jelmer Vernooij
1
-1
/
+1
2008-10-12
Share data_blob implementation.
Jelmer Vernooij
1
-12
/
+0
2008-10-12
Use common strlist implementation in Samba 3 and Samba 4.
Jelmer Vernooij
1
-2
/
+2
2008-10-11
Cope with changed signature of http_timestring().
Jelmer Vernooij
1
-2
/
+0
2008-10-11
Provide the same set of helper functions for DEBUG in Samba 3 and Samba
Jelmer Vernooij
1
-1
/
+2
2008-10-11
Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4
Jelmer Vernooij
1
-9
/
+22
2008-10-10
If you have a large number of cups printers, then scanning for print info can...
Jeremy Allison
1
-2
/
+6
2008-10-09
Remove SEC_ACCESS. It's a uint32_t.
Jeremy Allison
1
-2
/
+1
2008-10-09
Remove a pointless level of indirection
Volker Lendecke
1
-1
/
+0
2008-10-08
For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bits
Jeremy Allison
1
-0
/
+1
2008-10-08
Deal with inheritance from parent directory when setting Windows
Jeremy Allison
1
-0
/
+3
2008-10-07
Update vfs version as I've added a const to the security_descriptor paramter ...
Jeremy Allison
1
-2
/
+2
2008-10-07
Make map_errno_from_nt_status() a generic call, not just a cli specific one.
Jeremy Allison
1
-0
/
+1
2008-10-06
Add netlogond auth method
Volker Lendecke
1
-0
/
+2
2008-10-06
Store a local schannel key in secrets.tdb
Volker Lendecke
1
-0
/
+2
2008-10-03
Correctly fix smbclient to terminate on eof from server.
Jeremy Allison
1
-0
/
+1
2008-10-03
Simply our main loop processing. A lot :-). Correctly use events for all the ...
Jeremy Allison
1
-1
/
+2
2008-09-24
printing: Rename new parameter "cups timeout" to "cups connection timeout".
Karolin Seeger
1
-1
/
+1
2008-09-24
Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4
Jelmer Vernooij
1
-4
/
+0
2008-09-24
Use common crc32 implementation.
Jelmer Vernooij
1
-4
/
+0
2008-09-24
Use common arcfour implementation.
Jelmer Vernooij
1
-5
/
+0
2008-09-24
Use shared copy of hmac5 implementation.
Jelmer Vernooij
1
-10
/
+0
2008-09-24
Use common MD5.
Jelmer Vernooij
1
-6
/
+0
2008-09-24
s3-nbt: use the new generated nbt.
Günther Deschner
1
-96
/
+4
2008-09-23
printing: Add new parameter "cups timeout".
Karolin Seeger
1
-0
/
+1
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-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-09
Add async trans/trans2/nttrans calls to libsmb
Volker Lendecke
1
-0
/
+21
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-05
Write times code update.
Jeremy Allison
1
-7
/
+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
1
-20
/
+19
2008-09-03
factor prs_append_some_data out of prs_append_some_prs_data
Volker Lendecke
1
-0
/
+2
2008-08-28
Add async smbecho client support
Volker Lendecke
1
-2
/
+5
2008-08-28
Remove cli->event_ctx, pass it explicitly
Volker Lendecke
1
-2
/
+6
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
1
-15
/
+0
2008-08-27
Fix the wcache_invalidate_samlogon calls.
Jeremy Allison
1
-1
/
+1
2008-08-27
Add st_birthtime and friends for accurate create times on systems that suppor...
Jeremy Allison
1
-1
/
+0
2008-08-26
Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-devel
Simo Sorce
1
-1
/
+2
2008-08-20
Here is a re-working of the winbindd
Jeremy Allison
1
-0
/
+1
[next]