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
/
param
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-29
s3-param Remove unused FLAG_DOS_STRING
Andrew Bartlett
1
-2
/
+2
2011-06-29
param: Merge struct parm_struct definitions
Andrew Bartlett
1
-25
/
+25
2011-06-29
s3-param Use .offset rather than .ptr when defining parameters
Andrew Bartlett
1
-6
/
+5
2011-06-29
s3-param Remove .offset == 0 checks as 'valid' will have offset 0
Andrew Bartlett
1
-18
/
+4
2011-06-29
s3-param use .offset rather than .ptr (renames)
Andrew Bartlett
1
-437
/
+441
2011-06-29
s3-param use lp_parm_ptr() rather than parm.ptr directly
Andrew Bartlett
1
-63
/
+58
2011-06-28
s3-param Rename struct service and struct globals
Andrew Bartlett
1
-31
/
+31
2011-06-28
s3-param Remove lp_parm_string
Andrew Bartlett
1
-12
/
+0
2011-06-28
s3-param make lp_passdb_backend() a normal lp_ function again
Andrew Bartlett
1
-42
/
+1
2011-06-23
s3-param Remove 'announce version' parameter
Andrew Bartlett
1
-65
/
+0
2011-06-23
param: Remove "announce as" parameter
Andrew Bartlett
1
-43
/
+2
2011-06-23
lib/util/charset: Remove 'display charset'
Andrew Bartlett
2
-21
/
+1
2011-06-21
s3-param Put &Globals in the FN_ macros, rather than in each entry
Andrew Bartlett
1
-254
/
+254
2011-06-11
s3-param Remove 'time offset' from smb.conf
Andrew Bartlett
1
-9
/
+0
2011-06-10
s3-param Avoid strupper_m() where possible.
Andrew Bartlett
1
-5
/
+12
2011-06-09
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
2
-29
/
+7
2011-06-09
s3-param Remove special case for global_scope()
Andrew Bartlett
2
-13
/
+3
2011-06-09
s3-param Remove special case for lp_workgroup()
Andrew Bartlett
1
-16
/
+3
2011-06-09
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
1
-1
/
+1
2011-06-06
s3-s4-param: Add hooks for parametric options in the s3/s4 glue layer
Andrew Bartlett
1
-0
/
+26
2011-06-06
s4-param Add hook between Samba3 and Samba4 loadparm systems.
Andrew Bartlett
2
-2
/
+64
2011-06-06
s3-param always allow the realm parameter
Andrew Bartlett
1
-2
/
+0
2011-06-01
s3-param Make lp_ncalrpc_dir() const
Andrew Bartlett
1
-1
/
+1
2011-06-01
s3-param Make lp_dedicated_keytab_file() const
Andrew Bartlett
1
-1
/
+1
2011-06-01
s3-param Make lp_realm() const
Andrew Bartlett
1
-1
/
+1
2011-06-01
s3-param Make lp_name_resolv_order() const
Andrew Bartlett
1
-1
/
+1
2011-06-01
s3-param Make lp_utmpdir() and lp_wtmpdir const
Andrew Bartlett
1
-2
/
+2
2011-06-01
s3-param Make lp_piddir() const
Andrew Bartlett
1
-1
/
+1
2011-06-01
s3-param Make lp_cachedir() const
Andrew Bartlett
1
-5
/
+5
2011-06-01
s3-param Make lp_statedir() const
Andrew Bartlett
1
-5
/
+5
2011-06-01
s3-param Make lp_lockdir() const
Andrew Bartlett
1
-1
/
+1
2011-06-01
s3-param Make lp_smb_passwd_file() and lp_private_dir() const
Andrew Bartlett
1
-2
/
+2
2011-06-01
s3-param Make lp_smb_ports() const
Andrew Bartlett
1
-1
/
+1
2011-06-01
s3-param Make charset parameters const
Andrew Bartlett
1
-3
/
+3
2011-06-01
s3-param Make lp_passwordserver() const.
Andrew Bartlett
1
-1
/
+1
2011-05-31
s3-param Move init_iconv() to loadparm.c
Andrew Bartlett
1
-0
/
+14
2011-05-31
s3-param split service.c into param and smbd components
Andrew Bartlett
2
-21
/
+276
2011-05-31
s3-smbd provide struct smbd_server_connection * to conn_snum_used
Andrew Bartlett
1
-5
/
+6
2011-05-25
s3-param Depricate 'password server = foo:12389' syntax
Andrew Bartlett
1
-0
/
+5
2011-05-24
Fix bug #8150 - Ban 'dos charset = utf8'
Jeremy Allison
1
-1
/
+39
2011-05-18
s3-param: Remove unused snum2params_static
Andrew Bartlett
1
-12
/
+0
2011-05-18
s3-param: remove unused share_iterator functions
Andrew Bartlett
1
-48
/
+0
2011-05-16
s3-printing: Get the location info from cups.
Günther Deschner
1
-1
/
+2
2011-05-13
s3-param Deprecate a number of security parameters for 3.6
Andrew Bartlett
1
-5
/
+11
2011-05-10
libsmbconf: Convert smbconf_get_config() to sbcErr.
Andreas Schneider
1
-3
/
+3
2011-05-10
libsmbconf: Convert smbconf_get_share() to sbcErr.
Andreas Schneider
1
-3
/
+3
2011-05-10
libsmbconf: Convert smbconf_init() to sbcErr.
Andreas Schneider
1
-4
/
+4
2011-05-06
s3: only include tdb headers where needed.
Günther Deschner
1
-0
/
+1
2011-05-05
s3-param: run minimal_includes.pl.
Günther Deschner
1
-1
/
+0
2011-04-05
s3: Make vlp printing work by default
Volker Lendecke
1
-8
/
+55
[prev]
[next]