1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

8229 Commits

Author SHA1 Message Date
Stefan Metzmacher
c6137a1af9 r13810: global data types are defined in core.h now...
metze
2007-10-10 13:52:12 -05:00
Stefan Metzmacher
6f47fcbd44 r13809: move ldb specific define
metze
2007-10-10 13:52:12 -05:00
Stefan Metzmacher
b639b814d9 r13808: remove unused define
metze
2007-10-10 13:52:12 -05:00
Stefan Metzmacher
e73cc5060c r13807: print out the netbios name the packet is for
metze
2007-10-10 13:52:12 -05:00
Andrew Tridgell
4257fd91ce r13803: fixed two errors found with 'make valgrindtest' 2007-10-10 13:52:12 -05:00
Jelmer Vernooij
71f64baa87 r13790: Add Samba as category 2007-10-10 13:52:11 -05:00
Jelmer Vernooij
3e980a75c5 r13789: Add metadata files for the GTK+ apps 2007-10-10 13:52:11 -05:00
Jelmer Vernooij
52a2356505 r13786: [merge] Add registration functions for LDB modules
Applications that use LDB modules will now have to run ldb_global_init()
before they can use LDB.

The next step will be adding support for loading LDB modules from .so
files. This will also allow us to use one LDB without difference between the
standalone and the Samba-specific build
2007-10-10 13:52:11 -05:00
Simo Sorce
1113d4caa7 r13773: Be consistent in the way you get out and free allocated data 2007-10-10 13:52:11 -05:00
Stefan Metzmacher
551dd12baf r13770: - do fsync() on the debug fd, as we do in samba3,
I have an report that smbd memory usage grows to 1,5 GB or more
  without this...
- make log_timestamp static

metze
2007-10-10 13:52:11 -05:00
Stefan Metzmacher
7a1a486727 r13769: the "wins partners"-option will not be readded
metze
2007-10-10 13:52:10 -05:00
Stefan Metzmacher
18fe8a6fbb r13768: be less verbose...
metze
2007-10-10 13:52:10 -05:00
Stefan Metzmacher
0ab3a42341 r13767: fix compiler warnings
metze
2007-10-10 13:52:10 -05:00
Jelmer Vernooij
8e2efc9981 r13760: Remove extern declaration for SMB_PASSWD_FILE 2007-10-10 13:52:10 -05:00
Jelmer Vernooij
3b17f48343 r13754: Update TODO 2007-10-10 13:52:09 -05:00
Jelmer Vernooij
fb620c2706 r13753: /bin/sh -> /bin/bash as this script uses some bash-specific constructs 2007-10-10 13:52:09 -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
Andrew Tridgell
ef6e30c72c r13745: remove some code I was experimenting with and forgot was there when I
committed

that will teach me to run svn diff before committing ....
2007-10-10 13:52:09 -05:00
Simo Sorce
ec833b409c r13744: Make ldb_ldap async 2007-10-10 13:52:09 -05:00
Simo Sorce
c5eb27e5f7 r13743: Generic fixes and improvements 2007-10-10 13:52:08 -05:00
Simo Sorce
4de76fd09e r13742: Fix tests to work better with ldap 2007-10-10 13:52:08 -05:00
Andrew Tridgell
4a1b7580a7 r13741: make the pointer type in pidl handle any size pointer, just in case we
have a 128 bit machine out there somewhere
2007-10-10 13:52:08 -05:00
Andrew Tridgell
b6c2d1e0b9 r13740: the BASE-DELETE test now passes, and is a quick test 2007-10-10 13:52:08 -05:00
Andrew Tridgell
cd2602d057 r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETE
test to pass. To try to make the code a bit more understandable, I
moved to using an IDL description of the opendb tdb record format.

One of the larger changes was to make directory opens and creates go
via the opendb code, so directory operations now obey all the share
mode restrictions, as well as delete on close semantics. I also
changed the period over which the opendb locks are held, to try to
minimise races due to two open operations happening at the same time.
2007-10-10 13:52:08 -05:00
Andrew Tridgell
d2a2057ea5 r13738: added support for a "pointer" type in pidl. This will be used in the
opendb work that will be committed shortly.

The pointer type assumes that pointers fit in 64 bits, which is
probably OK on all our supported architectures.
2007-10-10 13:52:07 -05:00
Jelmer Vernooij
95a8599806 r13735: Add summary of changes since the first TP so far. Please let me know
if I've gotten details wrong or if there's something missing.
2007-10-10 13:52:07 -05:00
Rafal Szczesniak
cedaf08170 r13726: Fix indentation.
rafal
2007-10-10 13:52:07 -05:00
Stefan Metzmacher
6ee7de9bbf r13710: fix compiler warnings
metze
2007-10-10 13:52:07 -05:00
Stefan Metzmacher
291da7bac3 r13709: fix compiler warnings
metze
2007-10-10 13:52:07 -05:00
Stefan Metzmacher
830c42afda r13708: fix compiler warnings
metze
2007-10-10 13:52:06 -05:00
Andrew Tridgell
f722aed66d r13707: expanded the delete on close test some more, and make it easier to
track down where a error is happening. The semantics sure are strange!
2007-10-10 13:52:06 -05:00
Andrew Tridgell
f7d0ac9363 r13701: removed some unnecessary casts 2007-10-10 13:52:06 -05:00
Andrew Tridgell
68c9ac38c7 r13700: added highestCommittedUSN, uSNChanged and uSNCreated support, using
the @BASEINFO sequenceNumber

(simo, I changed the function pointer to a structure element as you
preferred)
2007-10-10 13:52:06 -05:00
Andrew Tridgell
71eb159f9c r13699: restore the system/select.h include, as otherwise we don't detect
epoll support
2007-10-10 13:52:06 -05:00
Jelmer Vernooij
d98948716f r13662: Typo fix, add more public headers 2007-10-10 13:52:05 -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
Jelmer Vernooij
bca0e8054f r13655: Use new name of build header 2007-10-10 13:52:05 -05:00
Jelmer Vernooij
2ec7bba03a r13654: Move some more stuff out of include/ 2007-10-10 13:52:05 -05:00
Jelmer Vernooij
5e884f156f r13653: Copy headers from the right place 2007-10-10 13:52:04 -05:00
Jelmer Vernooij
26bf2a393b r13652: Move some more stuff out off include/ 2007-10-10 13:52:04 -05:00
Jelmer Vernooij
4599703914 r13651: Always make sure pkgconfig directory exists 2007-10-10 13:52:04 -05:00
Jelmer Vernooij
65128577a9 r13650: Install manpages when building standalone 2007-10-10 13:52:04 -05:00
Jelmer Vernooij
b4e9f0c995 r13649: Move the general introduction to Samba4 to README and
prepare WHATSNEW.txt for release notes (similar as we do for Samba3).
2007-10-10 13:52:04 -05:00
Günther Deschner
3ad84a844c r13637: Adding more netr_UserFlags.
Guenther
2007-10-10 13:52:03 -05:00
Günther Deschner
cd569446a1 r13634: Fix typo.
Guenther
2007-10-10 13:52:03 -05:00
Günther Deschner
8e93989682 r13633: Adding more SE_GROUP bits and make it a bitmask as well.
Guenther
2007-10-10 13:52:03 -05:00
Günther Deschner
0d918764b1 r13632: The "password_properties" is a bitmask as well.
Guenther
2007-10-10 13:52:03 -05:00
Günther Deschner
abad44a57d r13631: Add DOMAIN_PASSWORD_LOCKOUT_ADMINS (this bit only allows to lockout
Administrator, not Domain Admins in general).

Guenther
2007-10-10 13:52:03 -05:00
Günther Deschner
fa1127c545 r13630: Add new ACB-bits as seen in acct_flags in the PAC info3
(merge from Samba 3).

Guenther
2007-10-10 13:52:02 -05:00
Stefan Metzmacher
fbd78b6272 r13629: export env-vars
metze
2007-10-10 13:52:02 -05:00