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
/
includes.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-24
lib/param: Move all enum declarations to lib/param
Andrew Bartlett
1
-0
/
+2
2012-07-18
s3-aio: Remove unused VFS functions and more
Volker Lendecke
1
-12
/
+0
2012-07-18
s3: Make smbd/aio.c not depend on aio.h anymore
Volker Lendecke
1
-4
/
+0
2012-06-28
Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.
Jeremy Allison
1
-0
/
+3
2012-06-06
build: Rationalise AIO support in configure, ensure on by default
Andrew Bartlett
1
-2
/
+2
2012-06-02
lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.c
Andrew Bartlett
1
-23
/
+0
2012-04-09
Move blksize_t and blkcnt_t to replace.h from includes.h. Should help with pl...
Jeremy Allison
1
-10
/
+0
2012-04-06
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
1
-6
/
+2
2012-04-05
build: Remove unused GLIBC_HACK_FCNTL64
Andrew Bartlett
1
-13
/
+0
2012-04-05
build: Remove SMB_F* locking defines
Andrew Bartlett
1
-16
/
+0
2012-04-05
build: Remove SMB_STRUCT_FLOCK define
Andrew Bartlett
1
-4
/
+0
2012-04-05
build: Remove SMB_STRUCT_DIR define
Andrew Bartlett
1
-8
/
+0
2012-04-05
build: Remove SMB_STRUCT_DIRENT define
Andrew Bartlett
1
-8
/
+0
2012-04-05
build: #ifdef LARGE_SMB_OFF_T as off_t is now always 64 bits
Andrew Bartlett
1
-12
/
+0
2012-04-05
build: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and *64() fucntions any more
Andrew Bartlett
1
-44
/
+4
2011-12-03
Revert making public of the samba-module library.
Jelmer Vernooij
1
-1
/
+1
2011-10-28
lib/util Split samba-modules library into public and private parts
Andrew Bartlett
1
-1
/
+1
2011-10-27
s3: Enable uid wrapper.
Andreas Schneider
1
-3
/
+0
2011-10-14
s3: remove some dead prototypes.
Günther Deschner
1
-1
/
+0
2011-10-06
lib/util: consolidate module loading into common code
Andrew Bartlett
1
-1
/
+1
2011-09-23
build: avoid util.h as a public header name due to conflict with MacOS
Andrew Bartlett
1
-1
/
+1
2011-07-06
s3-build We no longer require to redefine _SAMBA_BUILD_
Andrew Bartlett
1
-5
/
+0
2011-06-21
lib/util Make unused d_vfprintf() static
Andrew Bartlett
1
-2
/
+0
2011-05-06
s3-includes: no need to globally include libads/ads_status.h.
Günther Deschner
1
-1
/
+0
2011-05-06
s3-includes: finally only include client.h when libsmb is used.
Günther Deschner
1
-2
/
+0
2011-05-06
s3: only include tdb headers where needed.
Günther Deschner
1
-2
/
+1
2011-05-06
More const fixes. Remove CONST_DISCARD.
Jeremy Allison
1
-4
/
+0
2011-05-03
s3-includes: when MADVISE support was reverted back in 2009, someone forgot t...
Günther Deschner
1
-4
/
+0
2011-05-03
s3-includes: move enum flush_reason_enum to smb.h
Günther Deschner
1
-16
/
+0
2011-05-03
s3-includes: remove ipv6 related prototype which is already defined in ../lib...
Günther Deschner
1
-5
/
+0
2011-05-03
s3-system: move LOCK_ defines to lib/system.c
Günther Deschner
1
-9
/
+0
2011-04-29
s3-tevent: only include ../lib/util/tevent wrappers where needed.
Günther Deschner
1
-2
/
+0
2011-04-29
s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.
Günther Deschner
1
-1
/
+0
2011-04-27
dynconfig: Have only one dynconfig.o in the common code.
Andrew Bartlett
1
-1
/
+1
2011-04-24
s3:includes: simplify INO_T_VAL macros
Stefan Metzmacher
1
-3
/
+3
2011-04-24
s3:includes: simplify BIG_UINT macros
Stefan Metzmacher
1
-5
/
+4
2011-04-20
s3-build: move MAP_FILE define to the only place used.
Günther Deschner
1
-4
/
+0
2011-04-14
s3-build: make sure we pick up system tdb and talloc via #include.
Günther Deschner
1
-2
/
+2
2011-04-14
s3-includes: move readahead prototype to its only user.
Günther Deschner
1
-4
/
+0
2011-04-14
s3: only include smb profiling where needed.
Günther Deschner
1
-3
/
+0
2011-04-14
s3-includes: only include acl prototypes when needed.
Günther Deschner
1
-22
/
+0
2011-04-14
s3-includes: absolutely no need to globally include debugparse.h
Günther Deschner
1
-1
/
+0
2011-04-14
s3-includes: include lib/util/debug.h headers in includes.h not smb.h
Günther Deschner
1
-0
/
+2
2011-04-13
s3-build: finally remove references to ndr and dcerpc headers that were inclu...
Günther Deschner
1
-1
/
+0
2011-03-30
s3: only include ntioctl.h where needed.
Günther Deschner
1
-1
/
+0
2011-03-30
s3: only include lib/privileges.h where needed.
Günther Deschner
1
-1
/
+0
2011-03-30
s3-includes: only include ntdomain.h where needed.
Günther Deschner
1
-1
/
+0
2011-03-30
s3-messages: only include messages.h where needed.
Günther Deschner
1
-1
/
+0
2011-03-30
s3-includes: finally remove global include of auth.h.
Günther Deschner
1
-1
/
+0
2011-03-30
s3-libsmb: put namequery headers to nmblib.h
Günther Deschner
1
-1
/
+0
[next]