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
/
web
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-30
Fix convert_string() to take a *converted_size arg. and return a bool.
Jeremy Allison
1
-4
/
+9
2011-03-30
s3-auth: use auth.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-locking: move locking prototypes out of proto.h.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-build: only include intl protos where needed.
Günther Deschner
3
-0
/
+3
2011-03-30
s3-passdb: use passdb headers where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2
-0
/
+2
2011-03-30
s3-includes: only include system/passwd.h when needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-winbind: remove global inclusion of libwbclient.
Günther Deschner
1
-0
/
+1
2011-03-24
charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...
Andrew Tridgell
1
-4
/
+4
2011-03-22
s3-fault: removed the cont_fn from fault_setup()
Andrew Tridgell
1
-1
/
+1
2011-02-22
s3-printing: only include printing where really needed.
Günther Deschner
1
-0
/
+1
2011-01-08
s3: Fix a type error
Volker Lendecke
1
-2
/
+2
2011-01-08
s3: Fix some nonempty blank lines
Volker Lendecke
1
-3
/
+3
2011-01-07
s3-printing: Initiate pcap reload from parent smbd
David Disseldorp
1
-4
/
+9
2011-01-07
s3-printing: reload shares after pcap cache fill
David Disseldorp
1
-2
/
+4
2011-01-07
s3: Make name_query use /tmp/.nmbd/unexpected
Volker Lendecke
1
-13
/
+9
2010-12-28
s3: Make name_query return NTSTATUS
Volker Lendecke
1
-4
/
+6
2010-11-02
s3-debug Move 'load_case_tables()' before lp_set_cmdline() and popt calls
Andrew Bartlett
1
-2
/
+2
2010-11-02
s3-debug Impove setup_logging() to specify logging to stderr
Andrew Bartlett
1
-4
/
+5
2010-10-20
Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...
Jeremy Allison
1
-2
/
+2
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-0
/
+1
2010-09-26
s3: Remove talloc_autofree_context() from swat
Volker Lendecke
1
-2
/
+2
2010-08-28
s3: Lift smbd_server_fd() from pass_check()
Volker Lendecke
1
-1
/
+7
2010-08-22
s3: Move check_access to cgi.c, its only user
Volker Lendecke
1
-0
/
+81
2010-08-16
s3-auth: Remove obsolete 'update encrypted' option.
Andreas Schneider
1
-3
/
+1
2010-08-14
s3:auth Make Samba3 use the new common struct auth_usersupplied_info
Andrew Bartlett
1
-1
/
+1
2010-08-08
s3: Remove the smbd_messaging_context from load_printers
Volker Lendecke
1
-2
/
+2
2010-08-05
s3-popt: Only include popt-common.h when needed.
Andreas Schneider
1
-0
/
+1
2010-03-26
s3-smbd: Don't close stdout if we want to log to stdout.
Andreas Schneider
1
-3
/
+3
2010-03-01
s3: Add connections_forall_read()
Volker Lendecke
1
-9
/
+6
2010-02-14
s3: last part of TYPESAFE_QSORT() conversion
Andrew Tridgell
1
-4
/
+3
2010-01-18
s3: Show share path in swat statuspage
Marcin Gryszkalis
1
-4
/
+7
2009-11-30
s3: Fix bug 6288
Volker Lendecke
1
-8
/
+8
2009-11-29
s3: Fix an uninitialized variable reference
Volker Lendecke
1
-1
/
+2
2009-11-29
s3: Fix some nonempty blank lines
Volker Lendecke
2
-37
/
+36
2009-11-29
s3: Pass fake_dir_create_times down to file_exist_stat, none of the callers l...
Volker Lendecke
1
-1
/
+2
2009-11-29
s3: "cgi_download" only looks at the mode and size
Volker Lendecke
1
-1
/
+1
2009-11-29
s3: Pass the "fake dir create times" parameter to sys_*stat
Volker Lendecke
1
-2
/
+1
2009-05-26
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
1
-4
/
+4
2009-04-14
Convert Samba3 to use the common lib/util/charset API
Andrew Bartlett
3
-14
/
+14
2009-01-15
Fix bug #6040 - Missing <th> header in Status page.
Jeremy Allison
1
-1
/
+2
2009-01-15
s3: make better use of ccache by not including version.h in every C-file.
Michael Adam
1
-1
/
+1
2009-01-06
s3/swat: Fix creation of the first share using SWAT.
Volker Lendecke
1
-1
/
+1
2008-12-30
Fix more "ignore return value" warnings from gcc 4.3.
Jeremy Allison
3
-6
/
+9
2008-12-15
s3:loadparm: rename lp_local_ptr() to lp_local_ptr_by_snum()
Michael Adam
1
-2
/
+2
2008-11-06
Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...
Jeremy Allison
1
-2
/
+2
2008-11-06
Add wrapper str_list_make_v3() to replace the old S3 behavior of
Jeremy Allison
1
-1
/
+1
2008-10-18
Use str_list_equal() rather than str_list_compare().
Jelmer Vernooij
1
-1
/
+2
2008-10-18
Use separate make variables for libutil and libcrypto.
Jelmer Vernooij
2
-3
/
+3
2008-10-11
Cope with changed signature of http_timestring().
Jelmer Vernooij
1
-2
/
+3
[next]