1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-08 16:23:49 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
Andrew Tridgell
21eb316473 r21174: many thanks to Paul Wayper for pointing out that C99 requires a
matching va_end() for each va_copy(). This doesn't matter for most
architectures, but there could be some obscure ones where it does
matter.

some of this should be ported to Samba3
2007-10-10 14:44:42 -05:00
Andrew Tridgell
afcc797e8a r20091: remove blank lines at the end of text lines loaded from a file 2007-10-10 14:29:03 -05:00
Andrew Tridgell
c5423ea22b r19504: - fixed a free error in file_lines_parse
- added a function to test for large file support

- enable CAP_LARGE_FILES only if the test passes

- don't test at large offsets if the server doesn't set
  CAP_LARGE_FILES
2007-10-10 14:24:40 -05:00
Andrew Bartlett
6fd6239a0f r17633: Return NULL at the end of the file, or else we can't tell the
difference between end of file and a blank line.

Andrew Bartlett
2007-10-10 14:16:17 -05:00
Jelmer Vernooij
c4b3c2b18c r16516: Get rid of file_exists() as there already is a file_exist(). 2007-10-10 14:09:31 -05:00
Jelmer Vernooij
a5c87360a7 r14999: Remove more unused autoconf code
Simplify va_copy() replacement code a bit
2007-10-10 14:04:00 -05:00
Andrew Tridgell
484cea7110 r14976: another use of the magic comment recognised by the IBM checker for
deliberate fall through in switch
2007-10-10 14:00:49 -05:00
Stefan Metzmacher
a5b95a7741 r13959: make more functions public
metze
2007-10-10 13:52:31 -05:00
Jelmer Vernooij
9a188eb1f4 r13840: Mark some functions as public. 2007-10-10 13:52:14 -05:00
Jelmer Vernooij
90812203df r13752: Add doxyfile and fix formatting of comments. Current output is available at http://samba.org/~jelmer/util-api/ 2007-10-10 13:52:09 -05:00
Jelmer Vernooij
ba62880f5b r13658: More moving around of files:
- Collect the generic utility functions into a lib/util/ (a la GLib is
		for the GNOME folks)
 - Remove even more files from include/
2007-10-10 13:52:05 -05:00