Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-12-16 | Rename dom_sid.idl -> server_id.idl (since it no longer actually contains ↵ | Jelmer Vernooij | 1 | -1/+1 | |
the dom_sid). No longer include it from security.idl. | |||||
2008-10-20 | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 1 | -0/+1 | |
remove some unused functions. | |||||
2008-10-15 | Fix includes. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 5 | -6/+6 | |
2008-09-24 | Rename smbd -> samba. | Jelmer Vernooij | 1 | -4/+4 | |
This reverts commit 05ea5e23cf4e70de0bd658b1c5c0ead133967091. Conflicts: source4/smbd/server.c | |||||
2008-09-16 | Fix last few includes to use new tdb location. | Jelmer Vernooij | 2 | -2/+2 | |
2008-09-16 | Use single copy of tdb in both samba3 and samba4. | Jelmer Vernooij | 20 | -20/+20 | |
2008-06-14 | Use a custom init function for samba4 that sets a samba4 | Simo Sorce | 8 | -8/+8 | |
specific debug function. By default do not debug, this is the most appropriate action for a library as we cannot assume what stderr is use for in the main app. The main app is responsible to set ev_debug_stderr if they so desire. (This used to be commit e566a2f308ac6fb4b526a744f7059b565670aea5) | |||||
2008-06-03 | opendb: add write time handling | Stefan Metzmacher | 1 | -28/+23 | |
metze (This used to be commit 3868d8ce630c71e2c70aae442fcdbd68ba1eb708) | |||||
2008-05-18 | Use variables for source directory in a couple more places. | Jelmer Vernooij | 1 | -3/+3 | |
(This used to be commit 2860a7db5968c7007522cdb300eba390da929ab8) | |||||
2008-04-17 | use uintptr_t instead of intptr_t where appropriate | Andrew Tridgell | 1 | -1/+1 | |
(This used to be commit d62f2bcc85c13605c133db250e0a86d2d6ccc481) | |||||
2008-04-14 | Move object files lists to makefile rather than smb_build. | Jelmer Vernooij | 1 | -5/+9 | |
(This used to be commit 5628d58990144463fd87f8c847c9384ac2193681) | |||||
2008-03-27 | Fix references to ntvfs share config | Andrew Bartlett | 1 | -1/+1 | |
Andrew Bartlett (This used to be commit 4e4152dfd70145a7a00bc42effcd07b607204926) | |||||
2008-03-27 | Make oplocks a per-share option. | Andrew Bartlett | 1 | -1/+1 | |
This even goes via the share options system (a very odd layer of indirection). Andrew Bartlett (This used to be commit f2c65f9907760b8852b70c53637388f08751ba88) | |||||
2008-03-12 | opendb: pass down a pointer to the fd in odb_open_file() | Stefan Metzmacher | 1 | -1/+1 | |
This prepares kernel oplock support. metze (This used to be commit 9db9b6d85d80a8aaa8bd432afaef9bb634d7364d) | |||||
2008-03-07 | opendb: force odb_can_open() before odb_open_file() | Stefan Metzmacher | 1 | -93/+7 | |
Now there's only odb_can_open() which handles the share_access rules. And odb_open_file() only adds the new opendb_entry into the database and calculates the granted oplock level. metze (This used to be commit db0853ae4fead34ef382bbfcfe2f46453ab8b73b) | |||||
2008-03-06 | opendb: add allow_level_II_oplock parameter to odb_open_file() | Stefan Metzmacher | 1 | -0/+1 | |
Not all clients support a fallback to level II oplocks. metze (This used to be commit 146f1fe0b67ca0805f0e71358abc57da0c0579a9) | |||||
2008-02-29 | opendb: add odb_get_path() | Stefan Metzmacher | 1 | -0/+20 | |
metze (This used to be commit 02071f151a22257d31f8a8b254625e2067e7b94d) | |||||
2008-02-28 | opendb: only return delete_on_close on odb_get_delete_on_close() | Stefan Metzmacher | 1 | -13/+3 | |
metze (This used to be commit e699633db2d377a9077ff490208da277e250239b) | |||||
2008-02-28 | opendb: return the path that should be deleted in odb_close_file() | Stefan Metzmacher | 1 | -1/+12 | |
That means the last close returns the path name if the delete_on_close flag is set. metze (This used to be commit fc27730bad24e8dddaa2e7f754a16811e38a2f60) | |||||
2008-02-26 | opendb: unify the parameters of odb_open_file() and odb_can_open() | Stefan Metzmacher | 1 | -3/+4 | |
metze (This used to be commit e6b708a52b0eada3fd374b66292ded3b0f6ce217) | |||||
2008-02-26 | opendb: pass down open_disposition and break_to_none to odb_open_file() | Stefan Metzmacher | 1 | -5/+7 | |
metze (This used to be commit aaaa26ae5e810495f313dfada771a8de86cedbd4) | |||||
2008-02-26 | opendb: add odb_break_oplocks() function | Stefan Metzmacher | 1 | -1/+12 | |
This send breaks to none to all level2 holders metze (This used to be commit bd3654500b14e4ed8d4a8bb25ff9da5035a16a8b) | |||||
2008-02-25 | opendb: add odb_update_oplock() call | Stefan Metzmacher | 1 | -1/+15 | |
metze (This used to be commit df576d69c6981a4879a0e9447069fcfacb3588db) | |||||
2008-02-25 | opendb: add odb_get_key() function to get the key back from a struct odb_lock | Stefan Metzmacher | 1 | -0/+11 | |
metze (This used to be commit 11f35a2a4d383b506ced35ba06120f9531bac70c) | |||||
2008-02-04 | Rework cluster_id() to take an additional argument, as we need | Andrew Bartlett | 1 | -2/+3 | |
<node>.<pid>.<fd> to be unique in a prefork process environment. Andrew Bartlett and David Disseldorp (This used to be commit 931994a7f185bbc98924823e9e8cef1011dd0957) | |||||
2008-01-03 | r26653: Janitorial: Remove global_loadparm use in two more places. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 65fbb4700d145810d1c7539a4037d73d856278c6) | |||||
2008-01-02 | r26645: Janitorial: Fix a couple of warnings. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit a2bc97e8b01ecee48be60823cb19b4e794fb8f93) | |||||
2008-01-01 | r26640: Janitorial: Remove some more uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit c863f4ebde8efa1a695b4469142d6719e30bc419) | |||||
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR ↵ | Jelmer Vernooij | 1 | -1/+1 | |
library, so it can be overridden by OpenChange. (This used to be commit 2f29f80e07adef1f020173f2cd6d947d0ef505ce) | |||||
2008-01-01 | r26638: libndr: Require explicitly specifying iconv_convenience for ↵ | Jelmer Vernooij | 1 | -1/+3 | |
ndr_struct_push_blob(). (This used to be commit 61ad78ac98937ef7a9aa32075a91a1c95b7606b3) | |||||
2007-12-21 | r26540: Revert my previous commit after concerns raised by Andrew. | Jelmer Vernooij | 2 | -2/+2 | |
(This used to be commit 6ac86f8be7d9a8c5ab396a93e6d1e6819e11f173) | |||||
2007-12-21 | r26539: Remove unnecessary statics. | Jelmer Vernooij | 2 | -2/+2 | |
(This used to be commit e53e79eebef3ece6978f0a2b4a1ee0a0814bb5d2) | |||||
2007-12-21 | r26431: Require ndr_push creators to specify a iconv_convenience context. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 7352206f4450fdf881b95bda064cedd9d2477e4c) | |||||
2007-12-21 | r26379: Remove more global_loadparm instances. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit b6f66eb5e00ed01029fa81f408d6154ab01e74e7) | |||||
2007-12-21 | r26274: Some syntax fixes, remove more global_loadparm instances. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 3809113d86dbd35b906356a05bb481a1e2bfe4b7) | |||||
2007-12-21 | r26270: Require specifying the loadparm_context or NULL to ↵ | Jelmer Vernooij | 1 | -1/+2 | |
cli_credentials_guess(). (This used to be commit e52710d6794a25ba697f8c26b43784226964f9cb) | |||||
2007-12-21 | r26269: Fix a couple more references to global_loadparm. | Jelmer Vernooij | 1 | -2/+3 | |
(This used to be commit 1cb849dfba21b9b5d00b20ba8201f0e142bfeb07) | |||||
2007-12-21 | r26101: remove some unused includes | Jelmer Vernooij | 7 | -7/+1 | |
(This used to be commit bc615162fc515a8b8ae59af14cb1e80497e9afdd) | |||||
2007-12-21 | r26015: fix dependecies | Stefan Metzmacher | 1 | -1/+3 | |
metze (This used to be commit 29b6a8739a7d06df029916e901e71700f2118f39) | |||||
2007-12-21 | r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies. | Jelmer Vernooij | 5 | -5/+4 | |
(This used to be commit 56dfcb4f2f8e74c9d8b2fe3a0df043781188a555) | |||||
2007-12-21 | r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers) | Stefan Metzmacher | 1 | -6/+11 | |
lib/messaging/ lib/registry/ lib/ldb-samba/ librpc/rpc/ auth/auth_winbind.c auth/gensec/ auth/kerberos/ dsdb/repl/ dsdb/samdb/ dsdb/schema/ torture/ cluster/ctdb/ kdc/ ntvfs/ipc/ torture/rap/ ntvfs/ utils/getntacl.c ntptr/ smb_server/ libcli/wrepl/ wrepl_server/ libcli/cldap/ libcli/dgram/ libcli/ldap/ libcli/raw/ libcli/nbt/ libnet/ winbind/ rpc_server/ metze (This used to be commit 6223c7fddc972687eb577e04fc1c8e0604c35435) | |||||
2007-10-10 | r25553: Convert to standard bool type. | Jelmer Vernooij | 3 | -25/+25 | |
(This used to be commit b7371f1a191fb86834c0d586d094f39f0b04544b) | |||||
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 2 | -3/+3 | |
(This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58) | |||||
2007-10-10 | r25301: Merge my includes.h cleanups. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 37425495f392a2d0122a93aa2c42758eab7dab5a) | |||||
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service ↵ | Jelmer Vernooij | 2 | -3/+3 | |
number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f) | |||||
2007-10-10 | r25027: Fix more warnings. | Jelmer Vernooij | 3 | -17/+18 | |
(This used to be commit 5085c53fcfade614e83d21fc2c1a5bc43bb2a729) | |||||
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 2 | -0/+2 | |
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31) | |||||
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 4 | -8/+9 | |
(This used to be commit 08bb1ef643ab906f1645cf6f32763dc73b1884e4) | |||||
2007-10-10 | r24712: No longer expose the 'BOOL' data type in any interfaces. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 1ce32673d960c8b05b6c1b1b99e1976a402417ae) |