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
/
source4
/
smb_server
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-06
s4-ipv6: removed an old comment
Andrew Tridgell
1
-1
/
+0
2011-06-06
s4-ipv6: update callers to load_interface_list()
Andrew Tridgell
2
-2
/
+2
2011-06-06
s4-ipv6: use "ip" instead of "ipv4" for servers
Andrew Tridgell
1
-1
/
+1
2011-06-06
s4-ipv6: use iface_list_wildcard() to listen on IPv6
Andrew Tridgell
2
-9
/
+27
2011-05-18
s4-dfs: Add workaround so that XP really works well
Matthieu Patou
1
-13
/
+18
2011-05-17
s4-dfs: Use a workaround for ndr relative pointer bug/limitation
Matthieu Patou
1
-11
/
+8
2011-05-17
s4-dfs: clean the code
Matthieu Patou
1
-44
/
+50
2011-05-17
s4-dfs: fix bugs in idl and adapt code accordingly
Matthieu Patou
1
-17
/
+23
2011-05-08
s4-interfaces Rename interfaces code so not to conflict with source3/
Andrew Bartlett
2
-6
/
+6
2011-05-08
libds: moved enum security_types to a common header
Andrew Tridgell
1
-2
/
+1
2011-05-08
s4-auth Rename auth -> auth4 to avoid conflict with s3 auth
Andrew Bartlett
2
-2
/
+2
2011-05-03
s4:cluster Rename .id to .pid in server_id
Andrew Bartlett
2
-6
/
+10
2011-04-29
s4-param Rename lock_path() -> lpcfg_lock_path()
Andrew Bartlett
1
-1
/
+1
2011-03-30
s4:smb_server/smb/trans2.c - "talloc_move" isn't strictly necessary here
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-03-29
Ensure convert_string_XXX is always called with a valid converted_size pointer.
Jeremy Allison
1
-2
/
+4
2011-03-24
charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...
Andrew Tridgell
1
-2
/
+2
2011-03-19
source4/: Fix prototypes for all functions in various subsystems.
Jelmer Vernooij
1
-0
/
+2
2011-03-04
s4-nterr: move auth_nt_status_squash to nt_status_squash and move to nterr.c
Günther Deschner
2
-7
/
+7
2011-02-09
s4-auth Rework auth subsystem to remove struct auth_serversupplied_info
Andrew Bartlett
2
-13
/
+12
2010-12-01
s4-smb_server Return why the ntvfs_connect() failed.
Andrew Bartlett
1
-1
/
+1
2010-11-22
service_ldap, service_smb: Lowercase output file names.
Jelmer Vernooij
1
-1
/
+1
2010-11-15
smb_server: Build as shared module.
Jelmer Vernooij
1
-1
/
+1
2010-11-15
s4: Build ldap and samba3_smb services as shared modules.
Jelmer Vernooij
1
-2
/
+3
2010-11-15
s4-server: make server sockets a child of the task context
Andrew Tridgell
4
-13
/
+18
2010-11-07
credentials: Lowercase library name,
Jelmer Vernooij
1
-1
/
+1
2010-11-03
s4:waf - fix the build on Gentoo platforms
Philip M. White
1
-1
/
+2
2010-10-31
s4-server: avoid using environ as it is not portable
Andrew Tridgell
1
-2
/
+1
2010-10-31
s4: Remove the old perl/m4/make/mk-based build system.
Jelmer Vernooij
3
-83
/
+0
2010-10-30
s4-build: removed some unnecessary dependencies
Andrew Tridgell
1
-1
/
+1
2010-10-30
s4-smbd: don't initialise process models more than once
Andrew Tridgell
1
-1
/
+1
2010-10-23
netlogon.idl: Switch to explicit constants to remove dependency on nbt.idl
Kai Blin
1
-0
/
+1
2010-10-11
smb_server: Split core out of service, since the service can be built as a .s...
Jelmer Vernooij
3
-46
/
+83
2010-10-11
smb2: Add missing dependency on NDR_DFSBLOBS.
Jelmer Vernooij
1
-1
/
+1
2010-10-10
samdb: Add flags argument to samdb_connect().
Jelmer Vernooij
1
-1
/
+1
2010-10-05
dfs: Fix wrong size of referral, change order of dc referral
Matthieu Patou
1
-5
/
+12
2010-09-15
s4-smb: serialise session setup operations
Andrew Tridgell
2
-0
/
+16
2010-09-15
s4-smb: smbsrv_blob_push_string() can return -1
Andrew Tridgell
1
-8
/
+11
2010-08-14
s4:auth Move struct auth_usersupplied_info to a common location
Andrew Bartlett
1
-2
/
+2
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
10
-65
/
+65
2010-06-29
s4:smb_server/smb2/find.c - remove unused code
Matthias Dieter Wallnöfer
1
-3
/
+0
2010-06-29
s4:smb_server/blob.c - remove unused code
Matthias Dieter Wallnöfer
1
-8
/
+0
2010-05-20
s4:auth Change auth_generate_session_info to take flags
Andrew Bartlett
1
-1
/
+13
2010-05-18
s4:smb_server/smb/trans2.c - remove unused define "DEFAULT_SITE_NAME"
Matthias Dieter Wallnöfer
1
-1
/
+0
2010-05-18
s4:smb_server: Implement GET_DFS_REFERRAL for domain referral requests
Matthieu Patou
1
-1
/
+871
2010-05-18
s4:smb_server: fix trailling whitespace in trans2.c
Matthieu Patou
1
-25
/
+25
2010-05-18
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
3
-6
/
+6
2010-04-28
s4:smb_server/smb: SMBreadX can return STATUS_BUFFER_OVERFLOW
Stefan Metzmacher
1
-1
/
+5
2010-04-27
s4:smb_server: use tsocket_address_string() for debugging the client address
Stefan Metzmacher
1
-8
/
+8
2010-04-27
s4:smb_server: use tsocket_address_string() for debugging the client address
Stefan Metzmacher
1
-8
/
+9
2010-04-27
s4:smb_server: use tsocket_address_string() to display the client address
Stefan Metzmacher
1
-3
/
+5
[next]