Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-10-31 | Check the long_archi name for NULL. | Jeremy Allison | 1 | -0/+6 | |
Jeremy. (This used to be commit e504d1170da0d89da78063f0a00fc7b9294d911f) | |||||
2002-10-31 | One more instance of AUTHLIBS...hopefully we can get most 3.0 builds back | Jim McDonough | 1 | -1/+1 | |
up on the farm. (This used to be commit 134ddca56ba36580d88825f6dc24d3820e4c9810) | |||||
2002-10-31 | Steve Langasek's authentication lib (libpam, libcrypt) split didn't make | Jim McDonough | 1 | -2/+5 | |
it into Makefile.in in 3.0. This should fix a few builds. (This used to be commit 3b32e6bf5a4496beff3a817bdd3826947489b1ce) | |||||
2002-10-31 | Added the remainder of Buchan Milne's patches. | John Terpstra | 2 | -3/+3 | |
(This used to be commit 7415c2446934902894253d08e4c7f8ec78073482) | |||||
2002-10-31 | Applying Buchan Milne's patches. | John Terpstra | 7 | -284/+1918 | |
(This used to be commit 43f270b4909b363db50239e61184e057c96106b9) | |||||
2002-10-31 | Added DESTDIR patch from Buchan Milne. | John Terpstra | 1 | -15/+15 | |
(This used to be commit 4a5c926ac52576962b2af8f798ca2c80d8881d4e) | |||||
2002-10-31 | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵ | cvs2svn Import User | 15 | -0/+409 | |
used to be commit f1acef4a1cc3ce99a765a2534a50fbd41f6e2e62) | |||||
2002-10-31 | Another Buchan Milne patch that escaped the last commit. | John Terpstra | 1 | -1/+1 | |
(This used to be commit 4cfa5425201087f579fa4091ce3fbf83e76a7d1a) | |||||
2002-10-31 | Applied Buchan Milne's patches. | John Terpstra | 5 | -33/+16 | |
(This used to be commit ce5a7084540feff7354d2005e25cef581ad500db) | |||||
2002-10-30 | Take out gcb2gtype and gtype2gcb fns. They were using symbols not defined | Jim McDonough | 1 | -46/+0 | |
in 3.0 (new SAM in HEAD). Nobody was referencing these fns... (This used to be commit 386cc92dfa23b4e20172dff20fb14c2ad3172a58) | |||||
2002-10-30 | Rerun autoconf | Jelmer Vernooij | 2 | -1/+5 | |
(This used to be commit ff10786c9d4662af355c12cc7363092dc5187e99) | |||||
2002-10-30 | Rerun autoconf | Jelmer Vernooij | 1 | -2/+1 | |
(This used to be commit 7b7e54f7a8d4835b1f40e5617b1a9414322ff210) | |||||
2002-10-30 | Fix build. Don't use BSD setenv. Use POSIX putenv. | Jim McDonough | 1 | -3/+6 | |
Jeremy, it wasn't me!!!!!! (This used to be commit 00d4e5c67b8a3b8eafa56fd46fbaf4922030dd81) | |||||
2002-10-30 | use sys_dlopen instead of dlopen (thanks to jra for noticing) | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 86eb0a25b1df8ca25872f9846a74d0f13a4ad045) | |||||
2002-10-30 | Fix boog in argument list for nt_create_andx. | Tim Potter | 1 | -1/+1 | |
(This used to be commit 6945e89e2d10743635f01420c83d405a2d4cb356) | |||||
2002-10-30 | The locking description in this doc is outdated - note that | Jelmer Vernooij | 1 | -0/+7 | |
(This used to be commit 125c2fea550a88cf28fa82281b69a25b644edc4a) | |||||
2002-10-30 | - Remove RTLD_GLOBAL | Jelmer Vernooij | 2 | -4/+5 | |
- make smb_load_module() return the return value of init_module() (This used to be commit a8d2dd8d009797486105188f8fdb898a65bb25b0) | |||||
2002-10-30 | added a timegm() function for systems that don't have it | Andrew Tridgell | 3 | -1/+27 | |
(This used to be commit 732bc4519f1119100607cc84400e8f84e0c0ba9d) | |||||
2002-10-30 | Add init_module_function typedef for new module system | Jelmer Vernooij | 1 | -0/+3 | |
(This used to be commit 4d1206be5275a8af7dfb612f1747fba484a7d017) | |||||
2002-10-30 | Add initial vesion of new module system | Jelmer Vernooij | 2 | -1/+65 | |
(This used to be commit b5d05d3ec6808465d27e15db2a9ff48804e2e78e) | |||||
2002-10-30 | Don't build Makefile for examples/sam | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 0dd0f68b0f879d16f9b0895d7abee79ee3646069) | |||||
2002-10-30 | Remove SAM files - they belong in HEAD | Jelmer Vernooij | 3 | -307/+0 | |
(This used to be commit fc77e68b2bb199e507804baaa46a77cfa4862668) | |||||
2002-10-30 | Remove last SAM files | Jelmer Vernooij | 2 | -921/+0 | |
(This used to be commit c089c334689cca69900029abba627503c3a7ed75) | |||||
2002-10-30 | Remove references to SAM | Jelmer Vernooij | 1 | -12/+1 | |
(This used to be commit 6691720620e5dda0b89a223c6773f351f63ef8fb) | |||||
2002-10-30 | Not sure why this is here - so off it goes. | John Terpstra | 1 | -1720/+0 | |
(This used to be commit f50b2c854ef7eaec7c6b9154fc9c1af7cb08e152) | |||||
2002-10-30 | Adding Buchan Milne's updates from HEAD. | John Terpstra | 4 | -0/+1720 | |
(This used to be commit e55e4c8dd66fd156a385c93f43c07bf778e2e764) | |||||
2002-10-30 | Adding Buchan Milne's updates. | John Terpstra | 18 | -284/+2316 | |
(This used to be commit d816c35c1d8db343c76a32a6d01952d2c192b092) | |||||
2002-10-30 | Added Buchan Milne's DESTDIR patch. | John Terpstra | 1 | -15/+15 | |
(This used to be commit d134d66f989026821b29b24c8c15a112213b61d6) | |||||
2002-10-29 | Add autom4te.cache (used by newer autoconfs) | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 94647051adc223e17997cd6688da0c71b7ea870a) | |||||
2002-10-29 | Add autom4te.cache (generated by newer autoconfs) | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 68f4ea757637197212e6b363d951ba671f2ee359) | |||||
2002-10-29 | Back out SAM - it belongs in HEAD | Jelmer Vernooij | 3 | -8648/+17313 | |
(This used to be commit da0d48eedce29ba236a517c99e35babb39d6a794) | |||||
2002-10-29 | Remove SAM - it belongs in HEAD | Jelmer Vernooij | 2 | -284/+0 | |
(This used to be commit 808dbcf345d0e00dc5bc0af2ef54f31a554824f0) | |||||
2002-10-29 | Remove SAM from 3.0 - it belongs in HEAD | Jelmer Vernooij | 9 | -3502/+0 | |
(This used to be commit cda79af76a7625498da52500e1ed861a36e35d12) | |||||
2002-10-29 | Sync with HEAD | Jelmer Vernooij | 1 | -38/+37 | |
(This used to be commit 658f3e92dd4b291b40ead3ef59eb19daf7f49076) | |||||
2002-10-29 | Sync with HEAD | Jelmer Vernooij | 2 | -6/+1 | |
(This used to be commit a64affffb2acf68956dc25be45c0559e6139a571) | |||||
2002-10-29 | Sync with HEAD | Jelmer Vernooij | 1 | -1/+0 | |
(This used to be commit 987b62137d38fc295dab75bdbc004031a99f4d56) | |||||
2002-10-29 | We also support security = server | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 5bd2c390e883ced39ca89d0180d87a35ce396e96) | |||||
2002-10-29 | 2.2 was the previous release - don't talk about it like it's current | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 752ef9463dc8b60cb0069344c3e30f65290270a1) | |||||
2002-10-29 | Small markup fixes | Jelmer Vernooij | 1 | -2/+3 | |
(This used to be commit c11b611bacc51ba57943cfd7988743194facaae2) | |||||
2002-10-29 | -E doesn't take arguments | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 932b364de79407b3996061c0ae66117d39045e4d) | |||||
2002-10-29 | Sync with actual changes | Jelmer Vernooij | 1 | -4/+2 | |
(This used to be commit 706a87e774a2a976edb40c07b2a8a22cc9309ca1) | |||||
2002-10-29 | Merge rest of Jelmer's popt_common updates from HEAD to fix build. | Jim McDonough | 1 | -0/+1 | |
(This used to be commit 5dfc073305003fabf6d54bf99b1281f266db292d) | |||||
2002-10-29 | Merge from HEAD: | Jim McDonough | 1 | -5/+33 | |
GUID formatting on ads dump Allow rc4-hmac when available .NET likes both forms of servicePrincipalName in machine account record (This used to be commit 89e3a3da5d5bc9e6aedeaea5a87553d72fcaac99) | |||||
2002-10-29 | Move guid formatting functions over from HEAD. | Jim McDonough | 1 | -4/+35 | |
(This used to be commit 60b9e352b3c0769d0d3fe3067399bb3441f29502) | |||||
2002-10-29 | Fix a nice little memory leak in our uid changing code. | Andrew Bartlett | 1 | -0/+2 | |
Andrew Bartlett (This used to be commit 5c4967c70dfab78733ef21e3a5eaf252a5958613) | |||||
2002-10-29 | Added close and unlink functions. | Tim Potter | 1 | -0/+44 | |
(This used to be commit 3a7f8a568e9d1608c2a065e0b98488e2d068911c) | |||||
2002-10-28 | Fix fd leak with kernel change notify. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit 78df2c916ae3940f0124912f99b1e0ca3914fff5) | |||||
2002-10-28 | Fix fd leak with kernel change notify. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit a2043390734b38cab8fe2f013960272c0e202b99) | |||||
2002-10-28 | Fix typo (s/-s/-S) | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 1c334f05a5068485b825f81845e76caff37cf104) | |||||
2002-10-28 | Fix typo (-s -> -S) | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 522b7470a3dbe61f522f65fa2b1aeac4bc1d36c3) |