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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-18
s3-build: move file_id.c into samba3-util and create a private header
Andrew Bartlett
5
-8
/
+34
2012-04-18
dbwrap: Add dbwrap_tdb to private dbwrap library
Andrew Bartlett
1
-3
/
+2
2012-04-18
s3-build: Add missing samba3-util dep to tdb-wrap3
Andrew Bartlett
1
-1
/
+1
2012-04-18
lib/util: Move map_nt_error_from_tdb to the top level
Andrew Bartlett
1
-58
/
+0
2012-04-18
s3-dbwrap: push lp_ctx up another layer in the stack
Andrew Bartlett
4
-6
/
+10
2012-04-18
s3-dbwrap: Add talloc_stackframe() calls
Andrew Bartlett
1
-5
/
+21
2012-04-18
build: Remove more of the s3 special cases in waf: only pidfile.c needs -DCON...
Andrew Bartlett
1
-1
/
+7
2012-04-17
s3-waf: Add possibility to build with system libsmbclient.
Andreas Schneider
2
-34
/
+41
2012-04-17
s3-waf: Fix client/smbclient dependencies.
Andreas Schneider
1
-7
/
+7
2012-04-17
s3:libsmb/cliconnect: make use of ntlmssp_is_anonymous()
Stefan Metzmacher
1
-1
/
+1
2012-04-17
s3:libsmb/ntlmssp: improve anonymous logins
Stefan Metzmacher
1
-2
/
+3
2012-04-17
s3:libsmb/ntlmssp: add ntlmssp_is_anonymous()
Stefan Metzmacher
2
-0
/
+16
2012-04-17
s3:libsmb/ntlmssp: remove some indentation in ntlmssp_set_password()
Stefan Metzmacher
1
-18
/
+20
2012-04-17
Revert "s3:libsmb/ntlmssp: an empty string should mean no password"
Stefan Metzmacher
1
-1
/
+1
2012-04-17
s3: Add smbstatus -N to output the notify db
Volker Lendecke
3
-1
/
+42
2012-04-17
s3: Add "notify-cleanup" to smbcontrol
Volker Lendecke
1
-0
/
+13
2012-04-17
s3: New notify implementation
Volker Lendecke
7
-758
/
+1080
2012-04-17
s3: Add two notify benchmark tests
Volker Lendecke
5
-0
/
+727
2012-04-17
s3: Make torture_nprocs globally available
Volker Lendecke
1
-19
/
+19
2012-04-17
s3: Make ctdbd_messaging_send_blob available in non-clustered mode
Volker Lendecke
1
-1
/
+10
2012-04-17
s3: Make messaging_ctdbd_connection available in non-clustered mode
Volker Lendecke
1
-0
/
+9
2012-04-17
s3: Implement tevent_barrier
Volker Lendecke
3
-0
/
+235
2012-04-17
s3: Start a list of ctdb srvid assigments
Volker Lendecke
1
-0
/
+40
2012-04-17
s3: Introduce ctdb_messaging_send_blob
Volker Lendecke
2
-20
/
+23
2012-04-17
s3: Add msg_channel
Volker Lendecke
7
-0
/
+551
2012-04-17
s3: Add messaging_tdb_event()
Volker Lendecke
2
-0
/
+13
2012-04-17
s3: Add a second ctdb connect library
Volker Lendecke
7
-0
/
+931
2012-04-17
s3: Add dbwrap_try_fetch_locked
Volker Lendecke
8
-16
/
+97
2012-04-17
s3: Add dbwrap_cache
Volker Lendecke
4
-1
/
+244
2012-04-17
s3: Open up 3 levels of dbwrap_lock_order
Volker Lendecke
2
-5
/
+9
2012-04-17
s3: Increase debuglevel for unknown child msgs
Volker Lendecke
1
-1
/
+1
2012-04-17
s3: Add infrastructure for background jobs
Volker Lendecke
4
-0
/
+274
2012-04-17
s3: Return CTDB_PATH from lp_ctdbd_socket()
Volker Lendecke
4
-13
/
+18
2012-04-16
s3: switch off kernel oplocks by default
Christian Ambach
1
-1
/
+1
2012-04-16
s3: Fix smbclient notify against Windows
Volker Lendecke
1
-1
/
+1
2012-04-16
s3/selftest: Fix reference to knownfail file.
Jelmer Vernooij
1
-1
/
+1
2012-04-16
s3:libsmb: fix anonymous session setups against windows servers
Stefan Metzmacher
1
-0
/
+16
2012-04-16
s3:libsmb/ntlmssp: an empty string should mean no password
Stefan Metzmacher
1
-1
/
+1
2012-04-16
libcli/smb: move smb2cli_session_setup_*() prototypes to the code.
Stefan Metzmacher
1
-15
/
+0
2012-04-16
s3:smbd/sesssetup: use a helper variable 'action' to mark guest access
Stefan Metzmacher
1
-1
/
+3
2012-04-16
param: leave realm as a normal string, handle upper/lower case in handle_realm
Andrew Bartlett
1
-1
/
+1
2012-04-16
param: harmonise wins parameters
Andrew Bartlett
1
-3
/
+3
2012-04-16
s3-param: make FN_GLOBAL macros consistent, add lp_ using the macro
Andrew Bartlett
1
-250
/
+250
2012-04-16
param: Change from _lp to lp__ as the prefix for internal parameter wrappers
Andrew Bartlett
5
-11
/
+11
2012-04-16
make _lp_readraw() and _lp_writeraw() static
Andrew Bartlett
2
-4
/
+2
2012-04-16
param: harmonsise logfile parameter
Andrew Bartlett
1
-6
/
+6
2012-04-13
rely on sys/inotify.h for inotify
Adrian Bunk
3
-57
/
+8
2012-04-13
Wrong assertion/comparison: Compare value not pointer
Olaf Flebbe
1
-2
/
+2
2012-04-12
We never cancel SMB1 aio, only SMB2 aio - and in this case we always return a...
Jeremy Allison
1
-12
/
+7
2012-04-12
Remove cancel_aio_by_fsp(). It can never work and could lead to memory corrup...
Jeremy Allison
3
-43
/
+18
[next]